@extends('frontend::layouts.master') @section('title') {{ $genre->name ?? '' }} @endsection @section('content')

{{ $genre->name }}

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