@extends('admin.layout.dashboard-template') @section('content')
@csrf
@if (session('success')) @endif @if (session('error')) @endif

Reset Password

@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('confirm_password')) {{ $errors->first('confirm_password') }} @endif
@endsection