@extends('layouts.app') @section('content')
@include('layouts.partials.breadcrumb', ['title' => $title])
{{ $title }}
@foreach ($countryLists as $index => $item) @endforeach
S.N Name Code Status Action
{{ $index + 1 }} {{ $item->name }} {{ $item->code }} {!! $item->status_name !!}
@endsection