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

Edit Booth

Add Booth
{!! Form::model($row, ['method' => 'patch', 'files' => true, 'route' => ['mbooth.update', $row->id]]) !!} @csrf
{{ $errors->first('booth')}}
@php if($row->vidhansabhaids != null){ $vidahansabha = json_decode($row->vidhansabhaids); }else{ $vidahansabha = []; } @endphp
{{ $errors->first('vidahsabha')}}
{{ $errors->first('name')}}
{{ $errors->first('email')}}
{{ $errors->first('mobile_no')}}
@endsection