@extends('layouts.squelette') @section('css_header') @endsection @section('titre_header') {{ __('Informations equipement') }} @endsection @section('titre_page') {{ $element->equ_reference ?? $element->equFam_name }}{{ $element->equFam_mark ? ' / ' . $element->equFam_mark : '' }} @endsection @section('panel_boutons') @endsection @section('contenu')
@if($element->equFam_information)

{{ __('Informations / vérifications') }}

{!! $element->equFam_information !!}
@endif
{{ __('Interventions') }}
@foreach ($interventions_equ as $item) @endForeach
# {{ __('Prestataire') }} {{ __('Création') }} {{ __('Réalisation') }} {{ __('Titre') }} {{ __('Type') }} {{ __('Etat') }}
{{$item->int_number }} {{ $item->pro_socialReason }} @if ($item->int_createdDate != null) {{$item->int_createdDate}} {{date('d/m/Y', strtotime($item->int_createdDate))}} @else NC @endif @if ($item->int_achievementDate != null) {{date('d/m/Y', strtotime($item->int_achievementDate))}} @else NC @endif {{ $item->int_title }} {!! $item->int_type == 'C' ? 'Cur.' : 'Prev.' !!} {{ $item->sta_nameFr }}
@endsection @section('js_footer') @endsection @section('modale') @endsection