@extends('admin.admin_master') @section('content-header', "Add Municipality") @section('content')
@if ($errors->has('m_p_id')) {{ $errors->first('m_p_id') }} @endif
@if ($errors->has('district_id')) {{ $errors->first('district_id') }} @endif
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
@if ($errors->has('title_np'))
{{ $errors->first('title_np') }}
@endif
{{ csrf_field() }}
@endsection