@extends('templates.'.$template.'.layouts.default') @section('content') @include('templates.'.config('app.template').'.auth.common.notifications')

{{ trans('translations.forgot-your-password-title') }}

{{ csrf_field() }}
{{ trans('translations.back-to-login') }}
@endsection