@extends('admin.layouts.master') @section('page_title', __("Students Groups")) @section('breadcrumb') @include('admin.partials.breadcrumb', ['breads' => [__('Students Groups'), __('Students Groups')]]) @endsection @include('admin.partials.datatable-plugins') @section('content')

{{__('Students Groups Table')}}

{{__('Add Students Group')}}
{{__('ID')}} {{__('Group Name')}} {{__('Student Number')}} {{__('Remain')}} {{__('Actions')}}
@endsection @push('js') @endpush