@extends('layouts.app') @section('title', 'Login - Website Builder') @section('description', 'Login to your account to manage your websites and access advanced features.') @section('content')

Sign in to your account

Or create a new account

@csrf
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
Coming soon

Authentication system will be implemented in the next version.
Continue without login

@endsection