@extends('resource.index') @php $links['create'] = guard_url('school/student/create'); $links['search'] = guard_url('school/student'); @endphp @section('icon') @stop @section('title') {!! __('school::student.title.main') !!} @stop @section('sub.title') {!! __('school::student.title.list') !!} @stop @section('breadcrumb')
  • {{ __('app.home') }}
  • {!! __('school::student.name') !!}
  • {{ __('app.list') }}
  • @stop @section('entry')
    @stop @section('list') @include('school::student.partial.list.' . $view, ['mode' => 'list']) @stop @section('pagination') {!!$students->links()!!} @stop @section('script') @stop @section('style') @stop