@extends('admin.layout.app') @section('title', 'Election Portal - Edit Gallery') @section('content')

Edit Gallery

Back
@php $data=App\Models\UserDetail::where('user_id',$row->id)->first(); @endphp {!! Form::model($row, ['method' => 'patch', 'files' => true, 'route' => ['agallery.update', $row->id]]) !!} @csrf
{{ $errors->first('event_name')}}
{{ $errors->first('video_link')}}
{{ $errors->first('image_path')}}
@endsection @push('footerscript') @endpush