@extends('layouts.app',[ 'class' => '', 'folderActive' => '', 'elementActive' => isset($_GET['archive']) && $_GET['archive'] == 1 ? 'rapports-archive' : (isset($_GET['archive']) && $_GET['archive'] == 0 ? 'rapports' : 'rapports-all' ), ]) @section('head_supplement') @endsection @section('content')
RAPPORTS D'INSPECTION
Liste des rapports résultats
@if((Auth::user()->client_id == 0 && auth()->user()->user_type == 1)) Télécharger la synthèse des inspecteurs @endif
@if (auth()->user()->user_type <= 5)
@if (auth()->user()->user_type < 5 && (auth()->user()->client_id == 0 || !isset(auth()->user()->client_id)))
@endif
@if (auth()->user()->user_type < 5) @if (isset(auth()->user()->client) && auth()->user()->client->subContractor->isNotEmpty())
@elseif ((auth()->user()->client_id == 0 || !isset(auth()->user()->client_id)))
@else @endif
@endif @if((auth()->user()->client_id == 0 || !isset(auth()->user()->client_id)))
@endif
@endif Rapport de synthèse des rapports cochés
{{-- --}} @endsection @section('modal') @include('modals.doc') @if(auth()->user()->client_id === 0 || !isset(auth()->user()->client_id) && auth()->user()->user_type == 1) @include('modals.rapports.export') @endif @endsection