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

Liste des bls

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @foreach($bls as $bl) @endforeach
Num Date Projet Actions
{{ $bl->num }} {{ $bl->date }} {{ $bl->projet }}
@csrf @method('DELETE')
@endsection @section('js') @endsection