@extends('admin/layouts/default') @section('page-header') Update VAT @stop @section('content')

Update VAT

Update VAT

{!! Form::model($item, [ 'action' => ['Admin\SiteController@update', $item->id], 'method' => 'put', 'files' => true ]) !!}
{!! Form::myInput('text', 'vat', 'VAT in %') !!}
{!! Form::close() !!}
@stop