{{-- DEFAULT --}} @extends(view_path('master')) @section('body')
{{ $title }}
@foreach($files_list as $file)
{{ mb_ucfirst(mb_strtolower($file->name)) }}
{{ __('Download') }}
@endforeach
@csrf
@endsection