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