@extends('layouts.master') @section('css') @endsection @section('page-header') @endsection @section('content')

Liste des depots

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @foreach($depots as $depot) @endforeach
Nom Adresses Actions
{{ $depot->nom }} {{ $depot->adresse }}
@csrf @method('DELETE')
@endsection @section('js') @endsection