@extends($layout) @section('content')
@foreach ($records as $record) @endforeach
Logo Libellé Titre Statut
{{ $record->label }} {{ $record->title }} @if($record->statut == 1)
check_circle Activé
@else
cancel Non activé
@endif
@if($record->statut == 0) check_circle @else check_circle @endif edit delete
@stop @section('js') @stop