@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __('Sites / parcs') }} @endsection @section('titre_header') {{ __('Site / parc') }} @endsection @section('titre_page') {{ __('Liste') }} @endsection @section('panel_boutons') @include('layouts.partials.panelboutons', ['btn_ajout' => 'route', 'btn_imprim'=> false, 'btn_export'=> false, 'btn_export_contrat'=> false]) @endsection @section('contenu')
{{-- --}} @if ( app('request')->input('intType')=='C') {{ __('Ajouter') }} @endif
@csrf
@component('components.select.select_sign',['signs' => '','value' => '','search' => 'true','emptyValue' => 'true']) @endcomponent
@component('components.select.select_secteur',['secteurs' => @$secteurs,'value' => '', 'search' => 'false','emptyValue' => 'true', 'required' => 'true']) @endcomponent
{{ __('#') }} {{ __('Nom') }} {{ __('Type machines') }} {{ __('Plateforme') }} {{ __('Nb machines') }} {{ __('Localisation') }} {{ __('Client') }} {{ __('Secteur') }} {{ __('Téléphone') }} {{ __('Actif') }} {{ __('Actions') }}
@endsection @section('js_footer') @endsection @section('modale') @include('modales.delete_standard') @endsection