@extends('layouts.vertical-master-layout') @section('title') {{ __('Students') }} @endsection @section('css') @endsection @section('content') {{-- breadcrumbs --}} @section('breadcrumb') @component('components.breadcrumb') @slot('li_1') {{ __('Students') }} @endslot @slot('title') {{ __('All Students') }} @endslot @endcomponent @endsection @section('pagecontentinfo')
{{ __('Total Students') }}
{{ __('Verified') }}
{{ __('Blocked') }}