@if ($errors->has('province_id'))
{{ $errors->first('province_id') }}
@endif
@if ($errors->has('district_id'))
{{ $errors->first('district_id') }}
@endif
@if ($errors->has('municipality_id'))
{{ $errors->first('municipality_id') }}
@endif
@if ($errors->has('branchward'))
{{ $errors->first('branchward') }}
@endif
@if ($errors->has('tole_en'))
{{ $errors->first('tole_en') }}
@endif
@if ($errors->has('tole_np'))
{{ $errors->first('tole_np') }}
@endif
@if ($errors->has('branchmanager_en'))
{{ $errors->first('branchmanager_en') }}
@endif
@if ($errors->has('branchmanager_np'))
{{ $errors->first('branchmanager_np') }}
@endif
@if ($errors->has('branchincharge_en'))
{{ $errors->first('branchincharge_en') }}
@endif
@if ($errors->has('branchincharge_np'))
{{ $errors->first('branchincharge_np') }}
@endif