@extends('resource.show') @php $links['back'] = guard_url('salarymanagement/salarymanagement'); $links['edit'] = guard_url('salarymanagement/salarymanagement') . '/' . $salarymanagement->getRouteKey() . '/edit'; @endphp @section('icon') @stop @section('title') {!! __('salarymanagement::salarymanagement.title.main') !!} @stop @section('sub.title') {!! __('salarymanagement::salarymanagement.title.show') !!} @stop @section('breadcrumb')
  • {{ __('app.home') }}
  • {!! __('salarymanagement::salarymanagement.name') !!}
  • {{ __('app.show') }}
  • @stop @section('tabs') @stop @section('tools') @stop @section('content') @include('salarymanagement::salarymanagement.partial.show', ['mode' => 'show']) @stop