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