@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')
| {{ __("Nom") }} | {{ __("Infos manager") }} | {{ __("Enseignes") }} | {{ __("Actions") }} |
|---|---|---|---|
| {!! $wallet['wal_name'] !!} | {!! $wallet['wal_managerName'] !!} | {!! $wallet['chaineSigns'] !!} | @if (Session::get('gestion_objectifs_portefeuilles')=='oui') wal_id])}}" class='btn btn-sm btn-success btn-edit btn-circle'>{{ __('Objectifs') }} @endif |