@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __('Bons interventions') }} @endsection @section('titre_header') {{ __('Bons interventions') }} @endsection @section('titre_page') {{ __('Bons interventions') }} @endsection @section('panel_boutons') @include('layouts.partials.panelboutons', ['btn_ajout' => 'modale', 'btn_imprim'=> false, 'btn_export'=> false]) @endsection @section('contenu')
{{-- --}} @if ( app('request')->input('intType')=='C') {{ __('Ajouter') }} @endif

@csrf
@component('components.select.select_site',['sites' => @$parcs,'value' => '','search' => 'true','emptyValue' => 'true', 'required' => 'true', 'label' => 'Parc', 'size' => '15']) @endcomponent
{{--
--}}
{{ __('Parc') }} {{ __('Date') }} {{ __('Libelle') }} {{ __('Documents') }}
@endsection @section('js_footer') @endsection @section('modale') @include('modales.delete_standard') @endsection