
Personal Information
You can edit your information here and change your password.
@extends('layout.layout')
@section('title','Manage')
@section('content')
You can edit your information here and change your password.Manage
Personal Information
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