@extends('layouts.admin') @section('meta') {{ trans('home.students') }} @endsection @section('content')
@if (session()->has('success'))
{{ session()->pull('success') }}
@endif
{{ trans('home.students') }}

{{ trans('home.table_contain_all_data_shortly_you_can_view_more_details') }}

{!! $dataTable->table(['class' => 'table dataTable table-bordered w-100']) !!}
@endsection @section('script') {!! $dataTable->scripts() !!} @endsection