@extends('layouts.app') @section('title') Texcition Schedual plan @stop @section('breadcrumb') @stop @section('css') @stop @section('content')

Tax Slabs Add Taxcition

@if(Session::has('success')) @endif @if($texcition->count() > 0 ) @foreach($texcition as $tax) @endforeach @endif
Slab No: Min Amount: Max Amount: Deducted Amount: Deduction % : Action
{{$tax->no}} {{number_format($tax->minimum , 2)}} {{number_format($tax->maximum , 2)}} {{number_format($tax->deduct_amount , 2)}} {{$tax->deduct_percentage}} %    
@stop @section('js') @stop