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