Create Branch
@csrf
{{$errors->first('branch_code')}}
{{$errors->first('branch_name')}}
{{$errors->first('contact_no')}}
{!! Form::select('state_id', [''=>'--Select--']+$state, old('state_id'), ['class'=>'form-control','id'=>'state_id','required']) !!} {{$errors->first('state_id')}}
{{$errors->first('city')}}
{{$errors->first('address')}}