@extends('layouts.admin') @section('meta') {{trans('home.schedule_students')}} @endsection @section('content')
{{trans('home.students')}}

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