@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')
{{--

@yield('title')

--}} {{--
Export data to Copy, CSV, Excel, PDF & Print
--}}
@foreach($header as $key => $head) @endforeach @foreach($header as $key => $head) @endforeach @foreach($elements as $element) @include($body, ['element' => $element]) @endforeach
{{ ucfirst(__($head)) }}
{{ ucfirst(__($head)) }}
@endsection @section('javascripts') @endsection