申請日 | {{ isset($params->application_date) ? ($params->application_date) : Carbon::now()->format('Y-m-d') }} |
---|---|
所属 | |
氏名 | |
目的・内容※ | @error('reason') {{ $message }} @enderror |
名称※ | @error('consumable_name') {{ $message }} @enderror |
金額※ |
円
@error('price')
{{ $message }}
@enderror
|
備考 | @error('consumable_note') {{ $message }} @enderror |
資料添付 |
@if(isset($attachments_arr[0]['file_path']) && !empty($attachments_arr[0]['file_path']) && Storage::disk('temp')->has($attachments_arr[0]['file_path']))
|