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

Liste des bcs

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @foreach($bcs as $bc) @endforeach
Num Date Projet Total HT tva Total TTC Actions
{{ $bc->num }} {{ $bc->date }} {{ $bc->projet }} {{ $bc->totalht }} {{ $bc->tva }} {{ $bc->totalttc }}
@csrf @method('DELETE')
@endsection @section('js') @endsection