@extends('layouts.master') @section('title', 'Week data') @push('styles') @endpush @section("content")
@csrf

@error('week')
{{ $message }}
@enderror
@endsection