@extends('admin.layout.app') @section('title', 'Election Portal - Create Booth Agent') @section('content')

Create Booth Agent

Back
@csrf
{{ $errors->first('booth_name') }}
{{ $errors->first('name') }}
{{ $errors->first('email')}}
{{ $errors->first('password') }}
{{ $errors->first('mobile_number')}}
{{ $errors->first('address') }}
@endsection @push('footerscript') @endpush