@foreach ($contracts as $contract) @endforeach
Nume inventar Nume agentie Data incepere inventar Cine a verificat inventarul Au fost diferente in contract Diferenta valorica total Observatii la nivel de inventar Vezi obiectele contractului
{{ $contract->nume_inv }} {{ $contract->branch }} {{ date('Y-m-d', strtotime($contract->inv_start_date))}} @if($contract->reviewed_by == null)Acest contract nu a fost facut @else {{ $contract->reviewed_by }} @endif @if($contract->rezultat == 1) Da @else Nu @endif {{ round($contract->diferenta_valorica,2) }} @if($contract->inv_status == 11) Nu exista mesaj @else {{ $contract->inv_mesaj }} @endif @if($contract->inv_status == 11 || $contract->inv_status == 3) Vezi obiectele @endif