@extends('layouts.default', [ 'sidebarLight' => true, 'headerMegaMenu' => true, 'sidebarMenu' => 'school.group', ]) @section('title', Lang::get('school.word.school_management')) @include('includes.require.sweetalert') @include('includes.require.ui-ajax') @push('scripts') @endpush @section('content') @include('template.school.info.search')
@forelse ($infos as $info) @empty @endforelse
{{ Lang::get('school.word.id.short') }} {{ Lang::get('school.word.group_name') }} {{ Lang::get('school.word.school') }} {{ Lang::get('school.word.group') }} {{ Lang::get('school.word.visible') }}
{{ $info->school_info_uid }} {{ $info->name }} {{ number_format($info->school_count) }} {{ $info->group_school }} {{ $info->display }} @if(_is('super')) @endif
{{ Lang::get('template_school.desc.no_data') }}
@include('template.table_pagination', ['resources' => $infos])
@endsection