@extends('layouts.app')
@section('log-in-content')
<livewire:login-form /> <!-- This is a placeholder for the Livewire component that handles the login form. -->
@endsection