@extends('layouts.main') @section('pageTitle', '非假日表') @section('content')
@csrf
@error('workdayFile') {{ $message }} @enderror
返回 範例下載
@endsection