@extends('layouts.master') @section('content')

Reparation au GARAGE

@if(Auth()->user()->roles()->whereIn('role_id', [1,38])->exists())
@endif

TRAVAUX DEMANDES

@if($reception_veh->status_mvt_reception == 1) Ajouter un Service demande @endif @foreach($service_demandes as $key=>$sd) @endforeach
Service PRIX Action
{{++$key}} {{$sd->name_service}}
@endsection @section('page-script') @stop