@extends('layouts.admin') @php use Illuminate\Support\Facades\Storage; @endphp @section('content')

Profile Information

@if (session('status') === 'profile-updated')
Profile updated successfully!
@endif
@csrf @method('patch')
Avatar

Optional: Upload a new profile picture (max 2MB)

Cancel
@endsection