@extends('datacom.partiale.index') @section('title', 'Adauga necesar') @section('sidebar') @parent @stop @section('css') @endsection @section('content')

Raport comenzi

Raport comenzi

Raport

Produse

@foreach ($comenzi as $k => $comanda) @if (!empty($comanda->produse)) @foreach ($comanda->produse as $produs) @endforeach @endif @endforeach
# Client Cod Produs Cantitate Data Alocat Durata executie Durata standard Receptie
{{ $i }} {{{ $comanda->client->name or '' }}} {{{ $produs->produse->cod or '' }}} {{{ $produs->produse->name or '' }}} {{ $produs->qty}} {{ date("d.m.Y", strtotime($comanda->data_livrare))}} {{{ $comanda->user->name or '' }}}
@endsection @section('postfooter') @endsection