{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content') {{-- Dashboard 1 --}} @parent

Photo Gallery Update Form Photo Gallery List

{{ method_field('PUT') }}
@error('title')
{{ $message }}
@enderror
@error('type')
{{ $message }}
@enderror
thumb_image) required @endif /> Size should be max:50KB @error('thumb_image')
{{ $message }}
@enderror @if($row->thumb_image) @endif
@endsection