@extends('layouts.app') @section('styles') @endsection @section('content')
{{ __('home.students') }}
@include('layouts.filter') {{-- @include('students.partials.search-button')--}}
@include('students.partials.table')
@csrf
{{ __('student.export') }}
@endsection @section('scripts') {!! Toastr::message() !!} {{----}} @endsection