{{ Form::open(["route"=>"backend.rental.reserve.export_receipt", "method"=>"post", "target"=>"_blank"]) }}
名前
@error('receipt_name')
{{ $message }}
@enderror
金額
@error('receipt_total')
{{ $message }}
@enderror
但し書き
レンタカー代として
修理代として
燃料代として
その他(手入力)
内訳
現金・小切手
振込
クレジット
その他
@error('bill_proviso_type')
{{ $message }}
@enderror
敬称
{{ config('const.honorific_type.1') }}
{{ config('const.honorific_type.2') }}
@error('honorific_type')
{{ $message }}
@enderror
{{ Form::close() }}