@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __("Portefeuilles") }} @endsection @section('titre_header') {{ __("Portefeuilles") }} @endsection @section('titre_page') {{ __("Liste des portefeuilles") }} @endsection @section('panel_boutons') @include('layouts.partials.panelboutons', ['btn_ajout' => 'modale', 'btn_imprim'=> false, 'btn_export'=> false]) @endsection @section('contenu')
@foreach ($wallets as $wallet) @endforeach
{{ __("Nom") }} {{ __("Infos manager") }} {{ __("Enseignes") }} {{ __("Actions") }}
{!! $wallet['wal_name'] !!} {!! $wallet['wal_managerName'] !!} {!! $wallet['chaineSigns'] !!}
@endsection @section('js_footer') @endsection @section('modale') @include('modales.delete_standard') @endsection