@extends('Modules.Employee_Payroll.layouts.main') Expected Salary Report-DairyCare(19th-Sep-2024) @section('main-content') @if($print) @else @endif

 Employee Advance Report

@if($adv_check==0)
@foreach($employees as $emp) @if($emp->advance!=0) @endif @endforeach
# Name Designation Amount
{{$i}} {{$emp->name}} {{$emp->designation}} {{$emp->advance}}
Total
@else
No Data Found
@endif
@endsection