タイトル | @error('title') {{ $message }} @enderror |
---|---|
日付 |
|
{{ $index == 0 ? '前の写真' : '後にの写真'.$index }} |
@if (!empty($file_path) && Storage::disk('temp')->has($file_path))
@error($index == 0 ? 'last_image_path' : $path_field)
{{ $message }}
@enderror
|