@extends($layout) @section('content')
| Logo | Libellé | Activé | Titre | Description | |
|---|---|---|---|---|---|
|
@if($record->logo_login)
|
{{ $record->label }} |
@if($record->statut == 1)
check_circle Activé
@else
cancel Non activé
@endif
|
{{ $record->title_login }} | {{ strip_tags($record->desc) }} | @if($record->statut == 0) check_circle @else check_circle @endif edit delete |