@extends('hr::layouts.app') @section('head') @endsection @section('content')
Employee Salary


{{csrf_field()}}

@if(Auth::user()->can('employee_basic_salary_create')) @endif



Employee ID Name Salary(.Rs) Edit Delete Status
@endsection @section('script') @endsection