Create Branch
@csrf
Branch Code
{{$errors->first('branch_code')}}
Branch Name
*
{{$errors->first('branch_name')}}
Mobile Number
*
{{$errors->first('contact_no')}}
State
*
{!! Form::select('state_id', [''=>'--Select--']+$state, old('state_id'), ['class'=>'form-control','id'=>'state_id','required']) !!}
{{$errors->first('state_id')}}
District/City
*
{{$errors->first('city')}}
Address (Village ,Road Name ,Building Name etc.)
*
{{$errors->first('address')}}
Submit