@extends('layouts.app') @section('content')
{{--
List TaxSetting
--}}

Update taxSetting

{{ Form::open(array('url' => '/taxSetting/'.$TaxSetting->id, 'method' => 'PATCH','class' => 'form-horizantal', 'files' => true)) }}
Status) checked @endif >
Status) checked @endif>
{{ Form::close() }}
@endsection