@extends('layouts.auth') @section('title', 'Sign in to your account') @section('content')
@livewire('auth.login')
@endsection