@extends('frontend::layouts.master') @section('title') {{ __('frontend.all_genre') }} @endsection @section('content')

{{ __('frontend.all_genre') }}

@for ($i = 0; $i < 12; $i++)
@include('components.card_shimer_genres')
@endfor
@endsection