@extends('layout') @section('metatitle', $metatitle ) @section('metadescription', $metatitle ) @section('metakeywords', $metatitle ) @section('content') @include('layouts._slider',array('slug' => 'forgotreset', 'title' => $metatitle))
@include('layouts._flash')

{{ $metatitle }}

{{ csrf_field() }}
{!! Cache::remember('custom1', config('app.no_cache_minutes'), function() { return Cmsmodule::getModuleFromPosition('custom1'); }) !!}
{!! Cache::remember('custom1', config('app.no_cache_minutes'), function() { return Cmsmodule::getModuleFromPosition('custom2'); }) !!}
@endsection @section('footer') {{--PENTRU VALIDARE--}} @endsection