@extends('layouts.squelette_bi_numerique') @section('css_header') @endsection @section('js_header') @endsection @section('titre_page') {{ __("Bon d'intervention") }} @endsection @section('titre') @endsection @section('panel_boutons') ETAPE 2 sur 3

{{ __("Retour") }} @endsection @section('contenu')
Intervention #{{$intervention->int_number}}
{!! $proReq->int_title !!}


{{$intervention->sig_socialReason}} {{$intervention->sit_name}}
{!! $intervention->sit_address1 !!} {!! $intervention->sit_address2 !!}
{!! $intervention->sit_zipCode !!} {!! $intervention->sit_city !!}
{{ __('Téléphone : ') }}{{$intervention->sit_phone}}

@csrf
Saisie des informations

{{-- --}}
@if(count($fichiers_bi)>0)
{{ __('Photos déjà enregistrées :') }}
@foreach ($fichiers_bi as $file)
@if ( ($file->intFil_ext=='jpg') || ($file->intFil_ext=='jpeg') || ($file->intFil_ext=='png') || ($file->intFil_ext=='bmp') ) white sample @else @endif
@endforeach


@endif
{{-- --}}
@if($bi->intFil_idTampon!=null)
{{ __('Photo du tampon déjà enregistrée :') }}


@endif
@endsection @section('js_footer') @endsection