@extends('admin.admin_dashboard') @section('admin') {{-- Select2 & jQuery --}}
@if($errors->any())
    @foreach($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif
@csrf

Salary Lines
Employee Net Pay Taxable Income PAYE NSSF 5% NSSF 10% Mandatory Deductions NSSF Total
Totals: 0 0 0 0 0 0 0
@endsection