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

{{ __('Students List') }}

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