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