@extends('layouts.student') @section('content')

{{auth()->user()->first_name . ' ' .auth()->user()->last_name}}

{{-- Edit profile image modal --}} {{-- Edit passowrd --}} {{-- Edit Phone --}} {{-- Edit parent Phone --}} {{-- Edit Name --}} {{-- Edit Location --}} {{-- Edit Education System --}} {{-- Edit date of birth --}} {{-- Edit Email --}} {{-- --}} @endsection @section('student-js') @endsection