@extends('hr::layouts.app') @section('head')
@endsection @section('content')
Home
Pages
Form Page
Employee Salary
@if(Auth::user()->can('employee_salary_sheet_search'))
@endif
{{ csrf_field() }}
Employee ID
Name
Net Salary
Date
Edit
View
Delete
Print
Search For Employee Salary
{{csrf_field()}}
Category
Section
Site
Sub Section
Department
Company
Employee
Year / Month
@endsection @section('script') @endsection