@extends('layouts.admin') @section('title', $country->name) @section('page-title', $country->name) @section('page-subtitle', 'Code : '.strtoupper($country->code)) @section('content')
Nom
{{ $country->name }}
Code
{{ strtoupper($country->code) }}
Villes rattachées
{{ $country->cities_count }}
Modifier Retour à la liste
@endsection