@extends('mla.layouts.app') @section('title', 'Vidhansabha - Edit Meeting') @section('content')

Edit Meeting

Edit Meeting
{!! Form::model($row, ['method' => 'patch', 'files' => true, 'route' => ['mbooth.update', $row->id]]) !!} @csrf
{{ $errors->first('booth')}}
{{ $errors->first('event_name')}}
{{ $errors->first('date_of_event')}}
{{ $errors->first('limit')}}
{{ $errors->first('address')}}
{{ $errors->first('description')}}
@endsection