Dl
| ID | --}}# Comanda | Client | Telefon client | Data | Destinatar | Telefon | Adresa | Document | Livrator | Confirmare | Action |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $x }} | --}}{{ $item->comanda_id }} | {{{ $item->comanda->client->name or '' }}} | {{{ $item->comanda->client->telefon or '' }}} | {{ $item->data }} | {{ $item->destinatar }} | {{ $item->telefon }} | {{ $item->adresa }} | {{ $item->document }} | {{ $item->livrator }} | {{ $item->confirmare }} |
{!! Form::open([
'method'=>'DELETE',
'url' => ['/dls', $item->id],
'style' => 'display:inline'
]) !!}
{!! Form::button('', array(
'type' => 'submit',
'class' => 'btn btn-danger btn-xs',
'title' => 'Delete dl',
'onclick'=>'return confirm("Confirm delete?")'
));!!}
{!! Form::close() !!}
@if ($item->confirmare == '0000-00-00 00:00:00') Confirma @endif |
| ID | Data | Destinatar | Telefon | Adresa | Document | Livrator | Confirmare | Action |