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

Tva

Tva

{{-- */$x=0;/* --}} @foreach($tva as $item) {{-- */$x++;/* --}} @endforeach
ID Name Value Action
{{ $item->id }} {{ $item->name }}{{ $item->value }} {!! Form::open([ 'method'=>'DELETE', 'url' => ['/tva', $item->id], 'style' => 'display:inline' ]) !!} {!! Form::button('
ID Name Value Action
@endsection @section('postfooter') @endsection