@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __("Contacts") }} @endsection @section('titre_header') {{ __("Contacts") }} @endsection @section('titre_page') {{ __("Liste") }} @endsection @section('panel_boutons') @include('layouts.partials.panelboutons', ['btn_ajout' => 'modale', 'btn_imprim'=> false, 'btn_export'=> false]) @endsection @section('contenu')

@csrf
@component('components.select.select_sig_site',['signs' => '', 'customers' => '', 'signs' => '', 'sites' => '', 'sig_value' => '', 'sit_value' => '', 'required' => array(false,false), 'search' => array(true,true), 'multiples' => array(false,true), 'emptyValues' => array(false,false), 'initialiser' => true, 'options_all' => true, ]) @endcomponent
{{-- @foreach ($contacts as $contact) @endforeach --}}
{{ __("Nom") }} {{ __("Email") }} {{ __("Type") }} {{ __("Tel") }} {{ __("Actions") }}
{!! $contact->con_firstname !!} {!! $contact->con_lastname !!} {!! $contact->con_email !!} @if ($contact->sig_id != '0') Enseigne : {{ $contact->sig_socialReason }} @endif @if ($contact->sit_id != '0') Site : {{ $contact->sit_name }} @endif {!! $contact->con_phone !!}
@endsection @section('js_footer') @endsection @section('modale') @include('modales.delete_standard') @endsection