@extends('admin.layouts.app') @section('title', 'Countries') @section('page-title', 'Countries') @section('content') {{-- Header bar --}}
{{ $countries->total() }} {{ Str::plural('country', $countries->total()) }} total
No countries found.
Add your first country →| Country | Actions |
|---|---|
|
@if($country->flag_image)
🏳
@endif
{{ $country->name }} @if($country->short_description){{ Str::limit($country->short_description, 60) }} @endif |
{{-- Slug --}}
{{-- Status toggle --}}
{{-- Sort --}}
{{-- Actions --}}