@extends('layouts.main') @section('title', 'Login') @section('main') @livewire('auth.login') @endsection