@extends('web.layouts.main') @section('content')

{{__('web.forgetpassword')}}

@if(Session::has('error'))

{{ Session::get('error') }}

@endif
@stop