Pas d'Articles
@extends('layouts.admin') @section('title', 'Articles - ' . getRadioUsers()->name) @section('content')
| # | Image | Titre | Catégorie | Resumé | Date de publication | Action |
|---|---|---|---|---|---|---|
| {{ $key + 1 }} |
|
{{ $new->title }} | @php $category = $new->category; @endphp@if ($category) {{ $category->name }} @endif | {{ Str::limit($new->resume, 200, '...') }} | {{ \Carbon\Carbon::parse($new->created_at)->locale('fr')->translatedFormat('l d F Y') }} |
|
Pas d'Articles