@extends('hr::layouts.app') @section('head') @endsection @section('content')
Salary Sheet : {{ \Carbon\Carbon::now()->format('F Y') }}
Employee's Information
{{ csrf_field() }}

image/

Overtime,Loan and Others
Genaral

Overtime

Loan & Advance


Earning and Deduction
Earning

Deductions


Net Salary

@if(Auth::user()->can('employee_salary_sheet_delete')) @endif @if(Auth::user()->can('employee_salary_sheet_create')) @endif
@endsection @section('script') @endsection