@extends('admin.layouts.master') @section('content')
{{--
imageuser()->image) }} class="rounded-circle author-box-picture">

Personal Details

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

Email {{Auth::guard('admin')->user()->email}}

--}}
@csrf

Change Password

@if(session('success'))
{{session('success')}}
@endif
{{$errors->first('current_password')}}
Please fill in the first name
{{$errors->first('newpassword')}}
Please fill in the email
{{$errors->first('confirmpassword')}}
@endsection