@extends('layouts.partials.main') @section('Titre') Liste des Ads @endsection @section('tables') Ads @endsection @section('content-pr') @if (session()->get('success'))
{{ session()->get('success') }}

@endif

Table Ads

{{-- --}} {{-- --}} {{-- --}} @foreach ($Ads as $res) {{-- {{dd($allRes)}} --}} {{-- --}} @endforeach
IDLabel ContentDescriptionStatusDepartementActions
{{ $res->id }} {{ $res->content }}{{ $res->description }} {{ $res->status }}
@endsection