@extends('layouts.master') @section('css') @endsection @section('title') Employees Salary Details @endsection @section('content')
@if (session()->has('message')) @endif

Employees Salary Details

{{--
--}} @php $week_start = Carbon\Carbon::now()->startOfWeek()->format('Y-m-d'); $week_end = Carbon\Carbon::now()->endOfWeek()->format('Y-m-d'); @endphp
# Name Total Working Days Total Working Hours Avg Working Hours Total Salary Action
{{-- Salary Generate Modal --}} {{-- Track Modal --}} @endsection @section('script') @endsection