@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') @include('layouts.partials.panelboutons', ['btn_ajout' => 'route', 'btn_imprim'=> false, 'btn_export'=> false]) @endsection @section('contenu')
@foreach ($billings as $billing) @endforeach
{{ __('Raison sociale') }} {{ __('Actif') }} {{ __('Actions') }}
{!! $billing->bil_socialReason !!} @if ($billing->bil_active == 1) @endif
@endsection @section('js_footer') @endsection @section('modale') @include('modales.delete_standard') @endsection