@extends('layouts.app') @section('content')

tva {{ $tva->id }} {!! Form::open([ 'method'=>'DELETE', 'url' => ['tva', $tva->id], 'style' => 'display:inline' ]) !!} {!! Form::button('

ID{{ $tva->id }}
Name {{ $tva->name }}
Value {{ $tva->value }}
@endsection