@extends('layouts.base') @section('stylesheets') @endsection @php $links = ((isset($links) ? $links : [])) @endphp @section('title', 'Liste des ' . $title) @section('actions') @if ((Auth::user()->can('create' . $model) && isset($links['create'])) || true) Ajouter @endif @endsection @section('content')
| {{ ucfirst(__($head)) }} | @endforeach|
|---|---|
| {{ ucfirst(__($head)) }} | @endforeach|
|
|