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

DL-uri {{----}}

Dl

{{----}} {{-- */$x=0;/* --}} @foreach($dls as $item) {{-- */$x++;/* --}} {{----}} @endforeach
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('
ID Data Destinatar Telefon Adresa Document Livrator Confirmare Action
@endsection @section('postfooter') @endsection