@extends('layout.layout') @section('title','Manage') @section('content')
Manage

Personal Information

You can edit your information here and change your password.


@csrf
You will received notification from the email you have provided.
This will be your access key to access the system
Leave it blank if you want to wish to use the old password
@endsection @section('modal-title') System Notification @endsection @section('modal-content')

Hi {{Auth::user()->firstname}}!

This is your first time logging in to our system. Please fill out the required information, including a profile picture of yourself. You can also change your password if you'd like.

@endsection @section('scripts') @include('account-settings.script') @include('account-settings.validations') @endsection