@extends('booth.layouts.app') @section('title', 'Booth - Edit Booth Address') @section('content')

Edit Booth Address

Add Booth Address
{!! Form::model($row, ['method' => 'patch', 'files' => true, 'route' => ['boothaddress.update', $row->id]]) !!} @csrf
{{ $errors->first('slno') }}
{{ $errors->first('address') }}
@endsection