@extends('Modules.Employee_Payroll.layouts.main') View Salary Generate @section('main-content')
View Paid Income
@foreach($paid_salary as $paid) @endforeach
# Employee Salary Month Date Paying Salary Advance Cutting Account Delete
{{$i}} {{$paid['name']}} {{$paid['salary_month']}} {{$date}} {{$paid['paying_salary']}} {{$paid['advance_cutting']}} {{$paid['account']}}
@endsection