@extends('layouts.app',['path'=>'tax.exemptions']) @section('title', 'Create Tax Exemption - HRMS') @section('content') @can('tax_structure.create')
@include('partials.new_alerts')
Create Exemption
@csrf
@foreach ($entities as $entity)
{{ $entity['slug'] }}
@endforeach @foreach ($taxExemptions as $entity)
{{ $entity['slug'] }}
@endforeach
@endcan @endsection @push('scripts') @endpush