9 lines
103 B
PHP
Executable file
9 lines
103 B
PHP
Executable file
@extends('layouts/basic')
|
|
|
|
|
|
{{-- Page content --}}
|
|
@section('content')
|
|
|
|
@livewire('login-form')
|
|
|
|
@stop
|