@extends('layouts.app-bo') @section('title', __('Profile')) @section('content')

{{ __('Profile') }}

{{ __('Profile Information') }}

@if ($user instanceof \Illuminate\Contracts\Auth\MustVerifyEmail && ! $user->hasVerifiedEmail())

{{ __('Your email address is unverified.') }}

@if (session('status') === 'verification-link-sent')

{{ __('A new verification link has been sent to your email address.') }}

@endif
@endif
{{ __('Save') }} @if (session('status') === 'profile-updated')

{{ __('Saved.') }}

@endif

Change Profile

Change your profile picture from here

monster-img

Allowed JPG, GIF or PNG. Max size of 800K

Change Password

To change your password please confirm here

@endsection