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