@extends('layouts/blankLayout')@section('title', 'Login Basic - Pages') @section('page-style') @endsection @section('content')

Welcome to {{config('variables.templateName')}}! 👋

Vă rugăm să vă conectați cu cerneavictor0@gmail.com și admin

{{ csrf_field() }}
@if ($errors->any())
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif
@endsection