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