Pas d'annonces
@extends('layouts.admin') @section('title', 'Annonces - ' . getRadioUsers()->name) @section('content')
| # | Titre | Description | Image | Créé le | Action |
|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ Str::limit($advertise->title, 50, '...') }} | {{ Str::limit($advertise->description, 150, '...') }} |
@php
$imageUrl =
config('app.env') == 'production'
? config('app.aws_url') . $advertise->image
: asset('storage/' . $advertise->image);
@endphp
|
{{ formattedDate($advertise->created_at) }} |
|
Pas d'annonces