@extends('master.app') @section('title', 'Add Tax') @section('body')

Add Tax

Create a new tax record
Back
@if($errors->any())
Fix the errors:
    @foreach($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif
@csrf
If you didn’t add details column, remove this field.
@endsection