@extends('layouts.main') @section('pageTitle', '月租名單 - 匯入') @section('content')
@csrf
@error('monthlyListFile') {{ $message }} @enderror
返回 範例下載
@endsection