@extends('layouts.admin') @section('title') Provinces @endsection @section('content')
@if(count($provinces) > 0) @foreach($provinces as $p) @endforeach @else @endif
# Title (EN) Title (KM) Actions
{{ $i++ }} {{ $p->name_en }} {{ $p->name_km }}
No Province found
@endsection @section('script') @endsection