@extends('admin.master') @section('content') @section('title','Salary Deduction For Late Attendance')
Rules of salary deduction
@if(session()->has('success'))
 {{ session()->get('success') }}
@endif @if(session()->has('error'))
 {{ session()->get('error') }}
@endif
S/L For Days Day Of Salary Deduction Status Update
1
@endsection @section('page_scripts') @endsection