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

Add Booth

Add Booth
@csrf
{{ $errors->first('booth')}}
{{ $errors->first('vidahsabha')}}
{{ $errors->first('name')}}
{{ $errors->first('email')}}
{{ $errors->first('mobile_no')}}
{{ $errors->first('password')}}
@endsection