@extends('fond') @section('title','- Tableau de Bord commercial') @section('content')

@if(Auth::check() and Auth::user()->etat == 0) @if (session('message')) @endif @if (session('success')) @endif
@else


Année

{{$soc[0]->annee}}



Objectif fixé

{{number_format($soc[0]->montant, 0, '.', ' ')}}

Objectif réalisé

{{number_format($ca, 0, '.', ' ')}}

Objectif Restant

{{number_format($restant, 0, '.', ' ')}}

Créance Totale

{{number_format($creance, - 0, '.', ' ')}}



Chiffre d'affaire réalisé

{{number_format($caperso, 0, '.', ' ')}}

@foreach($rdv2 as $rdv2)