@extends('layouts.squelette') @section('css_header') @endsection @section('titre_header') {{ __("Localisation") }} @endsection @section('titre') {{ __("Localisation") }} @endsection @section('titre_page') {{ __("Liste") }} @endsection @section('panel_boutons') @include('layouts.partials.panelboutons', ['btn_ajout' => 'modale', 'btn_imprim'=> false, 'btn_export'=> false]) @endsection @section('contenu')
@if ( Route::current()->getName()=='pays') @include('country.includes.indexCountry') @elseif(Route::current()->getName()=='villes') @include('country.includes.indexCity') @else @include('country.includes.indexCountry') @endif
@endsection @section('js_footer') @endsection