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