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