@extends('layouts.front') @section('og:title', $document->title ?? '') @section('og:description', $document->formCategory->name ?? '') @section('content')

Formulare

{{ $document->title }}

{{ @$document->formCategory->name }}

{{--
--}} {{--

We help our clients to build their best possible economic We understand you’re saving for all different life events: retirement, a house, simply to build wealth, or all of the above. Your investment account should adjust to your life — not the other way around.

--}} {{--
--}}
Descarca formularul sau completeaza mai jos
@if ($document->upload_id) Descarca formular @if(auth()->check()) @else {{--

--}} {{-- Trebuie sǎ fii logat ca sǎ încarci formularul completat, te rugǎm--}} {{-- logheazǎ-te.--}} {{--

--}} @endif @else Formularul PDF nu este incarcat @endif @if(!auth()->check())

Trebuie sǎ fii logat ca sǎ depui cererea online sau sǎ încarci formularul completat, te rugǎm logheazǎ-te.

@endif
@if(auth()->check()) @if (Session::has('form-success'))

Cererea ta a fost trimisa!

Pentru a verifica statusul cererii, întră în contul tău secțiunea cereri trimise

@else @if ($forms)
@csrf
@if ($errors->any())

Uups, a intervenit o eroare.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Completeaza formular
@else @endif @endif @else {{--

--}} {{-- Trebuie sǎ fii logat ca sǎ depui cererea online, te rugǎm--}} {{-- logheazǎ-te.--}} {{--

--}} @endif
{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

{{ $document->title }}

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- @if(auth()->check())--}} {{-- @if (Session::has('form-success'))--}} {{--
--}} {{--
--}} {{--

--}} {{--

Cererea ta a fost trimisa!--}} {{--

--}} {{--

Pentru a verifica statusul cererii, întră în--}} {{-- contul tău secțiunea--}} {{-- cereri trimise

--}} {{--
--}} {{--
--}} {{-- @else--}} {{-- @if ($forms)--}} {{--
--}} {{-- --}} {{--
--}} {{-- @csrf--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- @if ($errors->any())--}} {{--
--}} {{--

Oops, there was an issue with that.--}} {{--

--}} {{--
    --}} {{-- @foreach ($errors->all() as $error)--}} {{--
  • {{ $error }}
  • --}} {{-- @endforeach--}} {{--
--}} {{--
--}} {{-- @endif--}} {{-- --}} {{--
--}} {{-- @else--}} {{--

Formularul inca nu e setat

--}} {{-- @endif--}} {{-- @endif--}} {{-- @else--}} {{--

--}} {{-- Trebuie sǎ fii logat ca sǎ depui cererea online, te rugǎm logheazǎ-te.--}} {{--

--}} {{-- @endif--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} @endsection @push('scripts') @endpush