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