@extends('layouts.user-layout') @section('title') User-Profile @endsection @section('content')

User Profile Update

@csrf
@error ('user_profile') {{$message}} @enderror
@if(Auth::user()->getFirstMediaUrl('user_image')) Profile Preview @else Profile Preview @endif
@endsection @section('script') @endsection