@extends('admin.layouts.master') @section('title','All Students') @section('maincontent') @component('components.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('Students') }} @endslot @slot('menu1') {{ __('Students') }} @endslot @slot('button')
@can('Alluser.delete') @endcan @can('Alluser.delete') {{ __('Add Student') }} @endcan
@endslot @endcomponent
{{ __('All Students') }}
# {{ __('Image') }} {{ __('Users') }} {{ __('Login As User') }} {{ __('Status') }} {{ __('Action') }}
@endsection @section('script') @endsection