@extends('layout') @section('metatitle', "Inregistrare cont") @section('metadescription', "Inregistrare cont" ) @section('metakeywords', "Inregistrare cont" ) @section('content') @include('layouts._slider',array('slug' => 'inregistrare'))
@include('layouts._flash')
{{ 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