@extends('layouts.master') @section('content')
{{Session::get('message')}}
@endif @if(Session::has('message_error')){{Session::get('message_error')}}
@endif| No | Reference | Plaque | Date | Montant | Sent by | Status | Action |
|---|---|---|---|---|---|---|---|
| {{++$key}} | {{$rep->reference_rp}} | {{$rep->num_immatriculation}} | {{$rep->date_repara}} | {{$rep->montant_repara}} | {{$rep->name}} | @if($rep->status_rp==0) En cours @else Terminé @endif | @if($rep->status_rp==0) Cloturer Delete @endif |