@extends('layouts.admin-layout') @section('title') Admin-Profile @endsection @section('content')
@if(session('success'))
{{session('success')}}
@endif

User Profile Update

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