@extends('admin.layout.layout') @section('title', 'Change Password') @section('content')

Change Password

@if(Session::has('success'))
{!! session('success') !!}
@endif
@csrf
@error('current_password') {{$message}} @enderror
@error('password') {{$message}} @enderror
@endsection