@extends('layouts.front-admin-layout') @section('title') Reset Password @endsection @section('content')

Admin Reset Password Link

@if(Session::get('success'))
{{Session::get('success')}}
@endif @if(session::get('error'))
{{session::get('error')}}
@endif
@csrf
Login
@endsection