@extends('eventmie::auth.authapp') @section('title') @lang('eventmie-pro::em.forgot_password') @endsection @section('authcontent')
@if (session('status')) @endif

@lang('eventmie-pro::em.forgot_password')

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