@extends('layout.layout') @section('content') @include('components.alert')
{{-- @if (session('success')) @endif @if (session('error')) @endif --}}
@csrf @method('POST')
@include('dashboard.student.tabs.basic_info') @include('dashboard.student.tabs.summary') @include('dashboard.student.tabs.feedback') @include('dashboard.student.tabs.complains')
@endsection {{-- --}}