@extends('layouts.retmp') @section('sidebar') @parent

This is appended to the master sidebar.

@stop @section('content')
@csrf
Total Vente

{{number_format($Svente, 2)}}

Total Perte

{{number_format($Sperte, 2)}}

Total Depot

{{number_format($depot, 2)}}

Total Balance

{{number_format($balance, 2)}}

Rapport de vente

Banque Vente perte Balance
@stop