@extends("layouts.dashboard") @section("wrapper")
@include("layouts.second-header")
@lang("Retour")

@lang("Liste") {{ $title ?? "Titre" }}

{{ $auditechecaccess->total() }} @lang("Enregistrement")
@lang("Liste") @can('auditechecacces-create') @lang("Ajouter") @endcan @can('auditechecacces-pdf') @lang("PDF") @endcan
@include("layouts.alert")

@if(count($auditechecaccess) > 0) @foreach($auditechecaccess as $auditechecacces) @endforeach @else @endif
@lang("Login") @lang("Date acces") Actions
{{$auditechecacces->login}} {{$auditechecacces->dateacces}} @lang("Afficher") @can('auditechecacces-edit') @lang("Editer") @endcan @can('auditechecacces-statut') @if($auditechecacces->active == 1) @else @endif @endcan
@lang("listeempty")
{{ $auditechecaccess->appends(request()->input())->links('layouts.paginationlinks') }}
@endsection