@extends('layouts.master') @section('body_id', 'login_page') @section('content') User Login Login Access your account @if(session('success')) {{ session('success') }} @endif @if($errors->any()) {{ $errors->first() }} @endif @csrf Email Address Password Forgot Password? Login to Account Don't have an account? Register Here @endsection
Access your account
Don't have an account? Register Here