@extends('layouts.front-admin-layout') @section('title') Update Password @endsection @section('content')
Admin Update Password
@if(Session::get('success'))
{{Session::get('success')}}
@endif @if(session::get('error'))
{{session::get('error')}}
@endif
@csrf
Email @error('email') {{$message}} @enderror
Password @error('password') {{$message}} @enderror
Conform Password @error('confirm_password') {{$message}} @enderror
Login
@endsection