@extends('components.dashboard.layouts.master') @section('title', __('Students List')) @section('styles') @stack('datatableStyles') @endsection @section('content')

{{ __('Students List') }}

@endsection @section('script') @stack('datatableScripts') @endsection