@php use Carbon\Carbon; @endphp @extends('layouts.root') @section('styles') @endsection @section('root-content')
@csrf
@if($countries->count() > 0) @foreach($countries as $country) @endforeach @else @endif
# Code Libellé Utilisateur Statut Actions
{{ $country->id }} {{ $country->code }} {{ $country->libelle }} {{ $country->user ? $country->user->name : 'Non défini' }} @if($country->active == 1) activé @else désactivé @endif @if($country->active == 1) @else @endif
{{ $countries->links('vendor.pagination.bootstrap-4') }}

Modification Pays

@csrf @method('PUT')
@endsection @section('scripts') @endsection