HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/timentessagaantrouwen.nl/resources/views/templates/login.blade.php
@extends('base')

@section('base-content')

    <div class="c-body  t-login">

        <div class="l-contain">

            <section class="t-login__form">

                <form class="o-form" method="POST" action="{{ route('login') }}" id="authForm">
                    @csrf

                    <div class="o-form__opening">
                        @include('components.icons.organiment1')
                    </div>

                    @include('components.title')

                    <div class="o-form__image">
                        <img alt="Aanzoek" src="/img/tim_tessa_aanzoek.jpg" />
                    </div>

                    <div class="o-form__body">
                        <div class="o-form__row">
                            @include('components.form.text', ['formElementCodeName' => 'username'])
                        </div>
                        <div class="o-form__row is-hidden">
                            @include('components.form.password', ['formElementCodeName' => 'password', 'isInlog' => true])
                        </div>
                    </div>

                    <div class="o-form__submit">

                        @include('components.form.submit', ['formElementValue' => __('form.login')])

                    </div>

                </form>

            </section>

            <p class="o-form__payoff">Lukt het niet? Neem contact op met<br/>Tim (0620830807) of Tessa (0621843993).</p>

        </div>

    </div>

@endsection