@extends('layouts.squelette_bi_numerique')
@section('css_header')
@endsection
@section('titre_page')
{{ __("Bon d'intervention technicien") }}
@endsection
@section('titre')
@endsection
@section('panel_boutons')
{{ __('ETAPE 1 sur 3 ') }}
@endsection
@section('contenu')
Intervention #{{$intervention->int_number}}
{!! $intervention->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}}
|
@endsection