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