@extends('Modules.Employee_Payroll.layouts.main') Payroll Dashboard @section('main-content')

{{ $total_employee }}

Total Employees

More info
@if($cash_configuration==1) @foreach($cash as $c)

{{ $c['balance'] }}

{{$c['name']}}

More info
@endforeach @else

{{$paid_employee}}

Total Salary Paid

More info
@endif
@endsection