@extends('layouts.app')
@section('page-title', 'Countries')
@section('content')
Showing {{ $countries->firstItem() }}-{{ $countries->lastItem() }} of {{ $countries->total() }} countries
@endif| Country | ISO Code | Status |
|---|---|---|
|
{{ $country->name }} |
{{ $country->iso2 }} |
|
{{ array_filter($filters ?? []) ? 'Try adjusting your search or filter criteria.' : 'Run the country seeder to populate countries.' }}