@section('content')

Journalier

{{--

Résumé

--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @foreach($Hubs as $hub)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @endforeach--}} {{--
Point de venteNbr BLTotal VenteTotal AchatMargePerformance
{{$hub->name}}{{$mus->where('store_id',$hub->id)->count()}}{{\App\Helpers\AppHelper::priceFormat((float)$mus->where('store_id',$hub->id)->sum('total')) }}{{\App\Helpers\AppHelper::priceFormat((float)$mus->where('store_id',$hub->id)->sum('sumBuying')) }}{{\App\Helpers\AppHelper::priceFormat((float)$mus->where('store_id',$hub->id)->sum('total')-(float)$mus->where('store_id',$hub->id)->sum('sumBuying')) }}--}} {{-- @if($mus->sum('total')!=0)--}} {{--
--}} {{--
{{ number_format(((float)$mus->where('store_id',$hub->id)->sum('total')/(float)$mus->sum('total'))*100) ?? ''}}--}} {{-- %--}} {{--
--}} {{--
--}} {{-- @endif--}} {{--
--}} {{--
--}}
@can('Total bon de sortie')

Total :

@endcan
@can('Total bon de sortie')@endcan
Produit Quantity BL Online
Total:
@stop @include('admin.header') @include('admin.topbar') @include('admin.sidebar') @include('admin.footer') @yield('header') {{--_____________________________________--}} {{--_____________________________________--}} {{--_____________________________________--}} {{--_____________________________________--}} {{--_____________________________________--}} {{--_____________________________________--}} @yield('topbar') @yield('sidebar') @yield('content') @yield('footer') {{--_____________________________________--}} {{--_____________________________________--}} {{--_____________________________________--}} {{--_____________________________________--}} {{--_____________________________________--}} {{--_____________________________________--}} @include('admin.end')