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

User Profile Update

@csrf
@error ('user_profile') {{$message}} @enderror
Profile Preview
@endsection @section('script') @endsection