@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 |
Total HT |
tva |
Total TTC |
Actions |
@foreach($devis as $devis)
{{ $devis->num }} |
{{ $devis->date }} |
{{ $devis->projet }} |
{{ $devis->totalht }} |
{{ $devis->tva }} |
{{ $devis->totalttc }} |
|
@endforeach
@endsection
@section('js')
@endsection