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

My Profile

Edit Profile Information
@if ($errors->any()) @endif
@csrf @method('PUT')
Recommended size: 200x200px.

Social Profiles

Change Password (Optional)
Leave blank to keep current password.
@if($user->avatar) @else
{{ substr($user->name, 0, 1) }}
@endif
{{ $user->name }}

{{ $user->email }}

Administrator
@endsection