@extends('admin.layout.app') @section('title', 'Sehat Health Care - Edit Gallery ') @push('headerscript') @endpush @section('content')

Gallery

{!! Form::model($row, ['method' => 'patch', 'files' => true, 'route' => ['gallery.update', $row->id]]) !!} @csrf
{{ $errors->first('event_name')}}
{{--
{{ $errors->first('video_link')}}
--}}
{{ $errors->first('image_path')}}

@endsection @push('footerscript') @endpush