@extends('layouts.app') @section('content')
{{--
List TaxSetting
--}}
@if (Session::get('Success'))
Success!
{{Session::get('Success')}}
@endif

Add a new taxSetting

{{ Form::open(array('url' => '/taxSetting', 'method' => 'post','class' => 'form-horizantal', 'files' => true)) }}
{{ Form::close() }}
@endsection