@extends('layouts.master')
@section('css')
@endsection
@section('page-header')
@endsection
@section('content')
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
Num |
Date |
Projet |
Actions |
@foreach($bls as $bl)
{{ $bl->num }} |
{{ $bl->date }} |
{{ $bl->projet }} |
|
@endforeach
@endsection
@section('js')
@endsection