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

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

{{-- Edit profile image modal --}} {{-- Edit passowrd --}} {{-- Edit Phone --}} {{-- Edit Name --}} {{-- Edit Location --}} {{-- Edit date of birth --}} @endsection @section('teacher-js') @endsection