@extends('layouts.admin-layout') @section('title') Admin-Profile @endsection @section('content')

Admin Profile Update

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