@extends('layouts.master') @section('title', 'Journal de vente / Stock Cuve') @section('content')
@if ($stocks != null) @endif
@if ($stocks != null) @else

Aucun élément trouvé.

@endif
Stock Cuve Super {{ number_format($stocks->stock_cuve_super, 2, '.', ' ') }}
Stock Cuve Gazoil {{ number_format($stocks->stock_cuve_gazoil, 2, '.', ' ') }}
@endsection