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

User Profile Update

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