@php $date = date("md"); $week = ["日","月","火","水","木","金","土"]; @endphp @section("stylesheet") css/app.css @endsection @extends("parts.layout") @section("content")

{{$flyers}}

@endsection