@extends('dashboard.index') @section('title', 'Blogs') @section('title2', 'Liste') @section('content')
| Image | Titre | Auteur | Date | Tags | Statut | Actions |
|---|---|---|---|---|---|---|
|
@if ($blog->image)
|
{{ $blog->titre }} | {{ $blog->User->name ?? '' }} | {{ $blog->date }} | {{ $blog->tags }} | @if ($blog->statut == 'actif') Actif @else Inactif @endif |
|