@extends('layouts.admin.app') @section('title',\App\Utils\translate('departement_list')) @push('css_or_js') @endpush @section('content')
{{\App\Utils\translate('#')}} | {{\App\Utils\translate('name')}} | {{\App\Utils\translate('action')}} | |
---|---|---|---|
{{ $departements->firstItem()+$key }} | {{ $departement->name }} | {{ $departement->description }} |
{{ \App\Utils\translate('No_data_to_show')}}