@if ($errors->has('province'))
{{ $errors->first('province') }}
@endif
@if ($errors->has('district'))
{{ $errors->first('district') }}
@endif
@if ($errors->has('municipality'))
{{ $errors->first('municipality') }}
@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