@extends('layouts.app') @section("page-style") @endsection @section('content') Welcome Login Lorem Ipsum has been the industry's standard dummy text. @csrf @error('email') {{ $message }} @enderror @error('password') {{ $message }} @enderror {{ __('Remember Me') }} @if (Route::has('password.request')) Forgot Password? @endif {{ __('LOGIN') }} Don't have an account? Sign Up @endsection
Welcome
Lorem Ipsum has been the industry's standard dummy text.