@extends('layouts.app') @section('title') Texcition @stop @section('breadcrumb') @stop @section('content')
@if(Session::has('error')) @endif

Taxcition

{{csrf_field()}} {{-- --}}
@if ($errors->has('slab_no')) {{ $errors->first('slab_no') }} @endif
@if ($errors->has('min_amount')) {{ $errors->first('min_amount') }} @endif
@if ($errors->has('max_amount')) {{ $errors->first('max_amount') }} @endif
@if ($errors->has('deduct_amount')) {{ $errors->first('deduct_amount') }} @endif
@if ($errors->has('deduct_per')) {{ $errors->first('deduct_per') }} @endif
 
@stop @section('js') @stop