@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __("Sociétés de facturation") }} @endsection @section('titre_header') {{ __("Sociétés de facturation") }} @endsection @section('titre_page') {{ __("Liste") }} @endsection @section('panel_boutons') {{ __("Ajouter") }} getName() }}> {{ __("Exporter") }} {{ __("Export compta") }} @if (env('CODE_SITE') == 'EFFIMAINTENANCE') {{ __("Export PM") }} @endif @endsection @section('contenu')
@foreach ($billings as $billing) @endforeach
{{ __("Raison sociale") }} {{ __("Client") }} {{ __("Tva") }} {{ __("Mail") }} {{ __("Téléphone") }} {{ __("Ville") }} {{ __("Pays") }} {{ __("Actions") }}
{!! $billing->bil_socialReason !!} {!! $billing->cus_socialReason !!} {!! $billing->bil_tvaIntra !!} {!! $billing->bil_email !!} {!! $billing->bil_phone !!} {!! $billing->bil_zipCode !!} {!! $billing->bil_city !!} {!! $billing->cou_nameFr !!}
@endsection @section('js_footer') @endsection @section('modale') @include('modales.delete_standard') @endsection