@extends('layouts.master') @section('titel', 'Salary Slips | ') @section('content') @include('partials.header') @include('partials.sidebar')

Salary Entries

New Salary Entry
@foreach($employees as $emp) @endforeach @if($employees->isEmpty()) @endif
Employee Salary Date Days Wage Advance Loan Deduction Conveyance OT Hours Total Salary
{{ $emp->name }} -- -- -- -- -- -- -- --
No records found.
@endsection @push('js') @endpush