@extends('frontend::layouts.master') @section('title') {{ ucfirst($language) ?? '' }} @endsection @section('content')

{{ ucfirst($language) }}

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