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

Necesare

Necesare

{{-- */$x=0;/* --}} @foreach($items as $item) {{-- */$x++;/* --}} @endforeach
ID Data adaugare Interval Total Status Observatii Action
{{ $item->id }} {{ date("d.m.Y", strtotime($item->created_at)) }} {{ $item->interval }} {{ $item->total }} {{ $item->statuses->name }} {{ $item->observatii }} {!! Form::open([ 'method'=>'DELETE', 'url' => ['/necesar', $item->id], 'style' => 'display:inline' ]) !!} {!! Form::button('
ID Data adaugare Interval Total Status Observatii Action
@endsection @section('postfooter') @endsection