@extends('layout.master') @section('content') @include('layout.errorform') @include('layout.info')
Please take note that the tax amount is in the percentage.
{!! Form::model($taxes, ['route' => ['taxes.update', $taxes->id], 'method' => 'PATCH', 'class' => 'form-horizontal', 'autocomplete' => 'off']) !!}{!! Form::submit('Update', ['class' => 'btn btn-primary btn-lg btn-block']) !!}