@extends('admin.layouts.app') @section('content')
@section('page-title', 'Update Profile') @section('page-desc', 'You can update your profile and change your password')

Update Your Information

@csrf @include('admin.layouts.message')

If you don't want to change your password, leave it blank. If you update your password, you will be logged out.

@endsection