@extends('layouts.admin') @section('title', 'မြို့နယ်ထည့်သွင်းရန်ပုံစံ') @section('content')

မြို့နယ်ထည့်သွင်းရန်ပုံစံ

@include('admins.partials.breadcrumbs')
စာရင်းထည့်သွင်းရန်ပုံစံ
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('region_id')) {{ $errors->first('region_id') }} @endif
@if ($errors->has('postal_code')) {{ $errors->first('postal_code') }} @endif
@if ($errors->has('latitude')) {{ $errors->first('latitude') }} @endif
@if ($errors->has('longitude')) {{ $errors->first('longitude') }} @endif
@if ($errors->has('delivery_charge')) {{ $errors->first('delivery_charge') }} @endif
@endsection