@extends('layouts.app') @section('title', 'My Profile') @section('content') Profile @include('includes.alerts') {{ $user->name }} Personal Information Change Password Logout Personal Information Name {{-- Edit --}} Job Profile {{-- Edit --}} Email {{-- Edit --}} Contact Number {{-- Edit --}} Save Changes @csrf Change Password Current Password New Password Re-Enter New Password Save Changes @csrf Are You Sure You Want To Logout ? @endsection @push('scripts') @endpush
Personal Information
Change Password
Are You Sure You Want To Logout ?