@extends('admin.layouts.empty') @section('title', 'Forgot Password') @section('class', 'login-page') @section('stylesheets') @endsection @section('content')
Welcome Back !

Sign in to continue to System.

@if (session('success'))
{{ session('success') }}
@endif
@csrf
{!! $errors->first('email', '
:message
') !!}
@endsection @push('scripts') @endpush