@extends("design_1.panel.layouts.panel") @push('styles_top') @endpush @section("content")
@if($authUser->isUser())
@include('design_1.panel.dashboard.student.index')
@else
@include('design_1.panel.dashboard.instructor.index')
@endif
@endsection @push("scripts_bottom") @endpush @if(!empty($giftModal)) @push('scripts_bottom2') @endpush @endif