@extends('backend.layouts.app') @section('title', @$data['title']) @section('content') {!! breadcrumb([ 'title' => @$data['title'], route('admin.dashboard') => _trans('common.Dashboard'), route('hrm.payroll_salary.index') => _trans('common.List'), '#' => @$data['title'], ]) !!}
| {{ _trans('common.Employee') }} | : | {{ @$data['show']->user->name }} |
| {{ _trans('common.Designation') }} | : | {{ @$data['show']->user->designation->title }} |
| {{ _trans('common.Date') }} | : | {{ main_date_format(@$data['show']->created_at) }} |
| {{ _trans('common.Reason') }} | : | {{ @$data['show']->remarks }} |
| {{ _trans('common.Status') }} | : | |
| {{ _trans('common.Payment') }} | : |
{{ _trans('common.Title') }} |
{{ _trans('common.Amount') }} |
||||||||
| {{ @$data['show']->category->name }} [ |