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

Admin Profile - Change Photo

@if(auth()->user()->photo) {{ auth()->user()->name }} @else User Image @endif

{{ auth()->user()->name }}

{{ auth()->user()->email }}

@error('photo')
{{ $message }}
@enderror
@csrf

Image Size must be less than 50KB.
Dimension 215x215px

@endsection