@extends('layouts.master') @section('title', 'Journal de vente / Réceptions') @section('content')
@if ($receptions != null) @endif
@if ($receptions != null) @else

Aucun élément trouvé.

@endif
Réception Super {{ number_format($receptions->reception_super, 2, '.', ' ') }}
Réception Gazoil {{ number_format($receptions->reception_gazoil, 2, '.', ' ') }}
@endsection