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

User Profile

@if ($errors->has('avatar')) @endif @if(session('message')) @endif
@csrf
@if(auth()->user()->role->name !== 'Customers' || $user->user_type !== 'CUSTOMER') @if(!\Auth::user()->is_super)
@endif @endif
{{--
--}}
@if($user->Photo && $user->photo_temporary_url) User Photo {{--User Photo--}} {{--User Photo--}} @else Add Photo @endif
Select image Change Remove

Note: Image size should be less than 2 MB.

@endsection @section('scripts') @endsection