@extends('admin.admin_master') @section('content-header', "Edit Province") @section('content')
title_en !!}" aria-describedby="titlehelp"> @if ($errors->has('title_en'))
{{ $errors->first('title_en') }}
@endif
title_np !!}" aria-describedby="title_nphelp"> @if ($errors->has('title_np'))
{{ $errors->first('title_np') }}
@endif
shrtname !!}" aria-describedby="shrtnamehelp"> @if ($errors->has('shrtname'))
{{ $errors->first('shrtname') }}
@endif
shrtname_np !!}" aria-describedby="shrtname_nphelp"> @if ($errors->has('shrtname_np'))
{{ $errors->first('shrtname_np') }}
@endif
{!! csrf_field() !!} {!! method_field('PATCH') !!}
@endsection