Raport
Produse
| # |
Client |
Cod |
Produs |
Cantitate |
Data |
Alocat |
Durata executie |
Durata standard |
Receptie |
@foreach ($comenzi as $k => $comanda)
@if (!empty($comanda->produse))
@foreach ($comanda->produse as $produs)
| {{ $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 '' }}} |
|
|
|
@endforeach
@endif
@endforeach
@endsection
@section('postfooter')
@endsection