@extends('layouts.app') @section('content')

Taxes


Warning: Undefined variable $taxes in /home/keshavvps/public_html/keshav/KG2/OJA-Web-main/resources/views/taxes/index.blade.php on line 46

Warning: foreach() argument must be of type array|object, null given in /home/keshavvps/public_html/keshav/KG2/OJA-Web-main/resources/views/taxes/index.blade.php on line 46
# Tax Name Tax Rate (%) Enabled Action

Create New Tax

@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('rate')) {{ $errors->first('rate') }} @endif
@endsection