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

{{ $sub_title }}

@if (permission('deduction-add')) {{__('file.Add New')}} @endif
@include('hrm::deduction.modal') @endsection @push('scripts') {{-- Only INPUT Number and floting Number --}} @endpush