@if (old('attachment') == null && isset($params->attachment)) @for ($i = 0; $i < $params->attachment->count(); $i++) @include('backend.share.consumable._add_attachment') @endfor @endif @if (old('attachment') != null && count(old('attachment')) > 0 ) @for ($i = 0; $i < count(old('attachment')) ; $i++) @include('backend.share.consumable._add_attachment') @endfor @endif @if (old('attachment') == null && !isset($params->attachment)) @include('backend.share.consumable._add_attachment', ['i'=>0]) @endif
申請日 {{ isset($params->application_date) ? Carbon::parse($params->application_date)->format('Y.m.d') : Carbon::now()->format('Y.m.d') }}
所属
氏名
目的・内容 @error('reason') {{ $message }} @enderror
名称 @error('consumable_name') {{ $message }} @enderror
金額
@error('price') {{ $message }} @enderror
備考 @error('consumable_note') {{ $message }} @enderror