@extends('layouts.antet') @section ('content')

Situație facturi emise anulate

{{$selectie}}


Nr
crt
Document Client Valoare

@foreach($antetvanzare->groupby("gestiune") as $vanzaregestiune) GESTIUNE {{$vanzaregestiune[0]->gestiune}}
@foreach($vanzaregestiune as $vanzare) @endforeach
{{ $i++ }}. {{$vanzare->tip_document }} {{$vanzare->seria }} {{$vanzare->numar }} {{dateFormatAfisare($vanzare->data) }} {{ $vanzare->partener }} {{ number_format($vanzare->valoare,2)}}

@endforeach
@stop