@extends('admin.admin_master') @section('content-header', "Add Province") @section('content')
@if ($errors->has('title_en'))
{{ $errors->first('title_en') }}
@endif
@if ($errors->has('title_np'))
{{ $errors->first('title_np') }}
@endif
@if ($errors->has('shrtname'))
{{ $errors->first('shrtname') }}
@endif
@if ($errors->has('shrtname_np'))
{{ $errors->first('shrtname_np') }}
@endif
{{ csrf_field() }}
@endsection