@extends('hr::layouts.app') @section('head') @endsection @section('content')
Employee Salary
@if(Auth::user()->can('employee_salary_sheet_search')) @endif
{{ csrf_field() }}
@endsection @section('script') @endsection