@extends('layouts.master') @section('title', 'Cotation') @section('parentPageTitle', 'Tables') @section('page-style') @stop @section('content')
Toutes les cotations
@if (session()->has('success'))
{{ session()->get('success') }}
@elseif (session()->has('error'))
{{ session()->get('error') }}
@endif @if ($errors->any())
@endif
@php $index=1; @endphp @foreach($cotations as $i) @endforeach
No Nom cotation Note debut Note fin Note equivalente Description Note Action
{{$index++}} {{$i->nom_cotation}} {{$i->note_debut}} {{$i->note_fin}} {{$i->note_equivalente}} {{$i->description_note}} Modifier
@stop @section('page-script') @stop