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

User Profile Update

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