@extends(\Auth::user()->role != 10 ? 'layout' : 'layoutfrontdesk') @section('title', 'Province') @section('css') @endsection @section('content')
@if (!$provinces->isEmpty()) @foreach ($provinces as $province) @endforeach @endif
No Country Name Province Name Actions
{{$loop->iteration }} {{$province->country->country_name ?? 'Missing Country' }} {{$province->province_name}}
@csrf
Add Province
@endsection @section('js') @endsection