@extends('layouts.app') @section('content')
@include('layouts.partials.breadcrumb', ['title' => $title])
{{ $title }}
@foreach ($provinceLists as $index => $item) @endforeach
S.N Country Name Status Action
{{ $index + 1 }} {{ optional($item->country)->name }} {{ $item->name }} {{ $item->status }}
@endsection