@if ($errors->has('m_p_id'))
{{ $errors->first('m_p_id') }}
@endif
@if ($errors->has('district_id'))
{{ $errors->first('district_id') }}
@endif
title !!}" aria-describedby="titlehelp">
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
title_np !!}" aria-describedby="title_nphelp">
@if ($errors->has('title_np'))
{{ $errors->first('title_np') }}
@endif