@extends('layouts.master') @section('titel', 'Tax | ') @section('content') @include('partials.header') @include('partials.sidebar')

Manage Tax

Add New Tax
@foreach( $taxes as $tax) @if($tax->status) @else @endif @endforeach
Tax Status Action
{{ $tax->name }} %ActiveInactive
@endsection @push('js') @endpush