@extends('layouts.platform') @section('main')
@include('dashboard._menu')
    @foreach ($offers as $offer)
  • {{ $offer->titre }}
    Modifier
    @method('DELETE') @csrf
  • @endforeach
Ajouter
@endsection