@extends('hr::layouts.app') @section('head')
@endsection @section('content')
Home
Pages
Form Page
Employee Salary
Employee ID
Employee (Name with Initials)
Address
{{csrf_field()}}
Date
Basic Salary
Remark
@if(Auth::user()->can('employee_basic_salary_create'))
Save
@endif
Employee ID
Name
Salary(.Rs)
Edit
Delete
Status
@endsection @section('script') @endsection