@extends('resource.show') @php $links['back'] = guard_url('organizer/organizer'); $links['edit'] = guard_url('organizer/organizer') . '/' . $organizer->getRouteKey() . '/edit'; @endphp @section('icon') @stop @section('title') {!! __('organizer::organizer.title.main') !!} @stop @section('sub.title') {!! __('organizer::organizer.title.show') !!} @stop @section('breadcrumb')