@extends('layouts.app') @section('content') @if(Session::has('success_message'))
{!! session('success_message') !!}
@endif
อำเภอ
@if(count($amphurs) == 0)

ไม่พบข้อมูล อำเภอ

@else
@foreach($amphurs as $amphur) @endforeach
ลำดับที่ รหัสจังหวัด ชื่ออำเภอ
{{++$r}} {{ optional($amphur->province)->name }} {{ $amphur->name_th }}
{{ csrf_field() }}
@endif
@endsection