@extends('admin.layouts.app') @section('title', 'Setting') @section('content')

Setting


Image
Name: {{ Auth::guard('admin')->user()->name }}

Change Password

@csrf
@error('password') {{ $message }} @enderror
@endsection