@extends('layouts.master') @section('title', 'Week data') @push('styles') @endpush @section("content") @csrf {{__('Choose Your Week') }} {{__('Please select your week')}} @foreach($fileNames as $file) {{ $file}} @endforeach @error('week') {{ $message }} @enderror @endsection