@extends('frontend.layout.dashboard-master')
@section('site_title', __('Profile Settings'))
@section('style')
@endsection
@section('content')
@php $user = Auth::guard('web')->user(); @endphp
{{ __('Your Profile') }}
{{-- Profile Picture --}}
@if(!empty($user->image))
@if(cloudStorageExist() && in_array(Storage::getDefaultDriver(), ['s3','cloudFlareR2','wasabi']))
 }})
@else
 }})
@endif
@else
 }})
@endif
{{-- Personal Information form --}}
{{-- Photo upload form + preview modal --}}