@extends('layouts.guest') @section('main-content')
@csrf
@if (Route::has('password.request')) {{ __('Forgot your password?') }} @endif {{ __('Log in') }}
@endsection