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