@extends('layouts.admin') @section('title', 'ဂိုဒေါင်ပြုပြင်ရန်ပုံစံ') @section('content')

ဂိုဒေါင်ပြုပြင်ရန်ပုံစံ

@include('admins.partials.breadcrumbs')
စာရင်းပြုပြင်ရန်ပုံစံ
@method('PUT') @csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('region_id')) {{ $errors->first('region_id') }} @endif
@if($deliverableTownships->count() > 0) @foreach ($deliverableTownships as $deliKey => $deliValue)
@if ($errors->has('deliverable_townships')) {{ $errors->first('deliverable_townships') }} @endif
@endforeach @else
@if ($errors->has('deliverable_townships')) {{ $errors->first('deliverable_townships') }} @endif
@endif
@push('scripts') @endpush @endsection