@extends('layouts.admin') @section('content')
| Id | employee name | salary | deduction | bonus | net salary | bank account | |
|---|---|---|---|---|---|---|---|
| {{++$count}} | {{$item->employee->name}} | {{$item->salary}} EGP | {{$item->deduction}} EGP | {{$item->bonus}} EGP | {{$item->net_salary}} EGP | {{$item->employee->bank_account}} | Commit |
| Id | employee name | salary | deduction | bonus | net salary | bank account |
|---|---|---|---|---|---|---|
| {{++$count}} | {{$item->employee->name}} | {{$item->salary}} EGP | {{$item->deduction}} EGP | {{$item->bonus}} EGP | {{$item->net_salary}} EGP | {{$item->employee->bank_account}} |
| Total Committed Salaries: {{$amount}} EGP | ||||||