@extends('layouts.squelette') @section('css_header') @endsection @section('titre_page') {{ __("Gestion des objectifs portefeuille") }} - {{ $wallet_info->wal_name }} @endsection @section('panel_boutons') {{ __('Retour') }} @endsection @section('js_header') @endsection @section('contenu')
| {{ __('Mois concerné') }} | {{ __('Chiffre d\'affaires') }} | {{ __('Marge brute (%)') }} | {{ __('Productivité') }} | {{ __('Actions') }} |
|---|---|---|---|---|
| {{ $item->walObj_month }}{{ \Carbon\Carbon::createFromFormat('Y-m', $item->walObj_month )->format('m-Y') }} | {{ $item->walObj_caValue }} | {{ $item->walObj_margeBruteValue }} % | {{ $item->walObj_productivityValue }} |
|