@extends('layouts.landing') @section('body-class') @stop @section('main-content')
@csrf

Reset Password


@if ($errors->any())
@foreach ($errors->all() as $error) {{ $error }}
@endforeach
@endif
@stop