@extends('admin.admin_app') @section('content')

Account Settings / My Account

Profile Details
@csrf @method('POST')
user-avatar

@if(session()->has('success')) @endif
@if(session()->has('error')) @endif

Change Password
@endsection @section('script') @endsection