@extends('layout.layout') @section('content') @include('components.alert')
@include('dashboard.student.show_tabs.basic_info') @include('dashboard.student.show_tabs.summary') @include('dashboard.student.show_tabs.calendar') @include('dashboard.student.show_tabs.feedback') @include('dashboard.student.show_tabs.complains')
@endsection