@extends('app') @section('extra-css') @endsection @section('content-header') {{ $employee->user->full_name }} Salary Edit Home HR Edit Employee Salary @endsection @section('content') @canany(['employee-salary-view','employee-salary-list-view']) View Employee Salary @endcanany @if($employee) @canany(['employee-salary-edit','employee-salary-update']) Employee Salary Information Employee Name: Employee Designation: {{csrf_field()}} Salary Type: Please Select Salary Type salary_type == 1) selected="" @endif>Full Time salary_type == 2) selected="" @endif>Part Time salary_type == 3) selected="" @endif>Commission based Amount Due Advanced Last Payment Amount Last Payment Date: @endcanany @endif @endsection @section('script') @endsection @section('extra-js') @endsection