@extends('layouts.admin') @section('content')
| Id | Total amount | from | to | details | |
|---|---|---|---|---|---|
| 1 | {{$emplyees_account->total_salaries}} | {{$emplyees_account->from}} | {{$emplyees_account->to}} | View Details |
{{-- Cancel calculation --}}
Cancel
|