@extends('layout.layout') {{-- Style --}} @push('links') @endpush {{-- Content --}} @section('content')

{{$user->name}}

@include('student::components.overview')
@endsection {{-- Script --}} @push('scripts') @endpush