@extends('layouts.Admin.layout') @section('title','Admin | Manage Profile') @section('content')
@method('PUT') @csrf
Manage Profile
@error('username')

{{$message}}

@enderror
@error('email')

{{$message}}

@enderror
@csrf
Change Password
@error('password')

{{$message}}

@enderror
@error('password_confirmation')

{{$message}}

@enderror
@endsection @section('script') @endsection