@extends('layouts.app') @section('title', $page_title) @push('styles') @endpush @section('content')

{{ $sub_title }}

@if (permission('deduction-add')) {{__('file.Add New')}} @endif
@foreach (ALLOWANCE_DEPARTMENT as $key => $value) @endforeach
@include('hrm::deduction.modal') @endsection @push('scripts') @endpush