@extends('frontend.include.layout') @section('content') Login to your account Register if you are new? Sign up instead! @csrf E-mail ID * @error('email') {{ $message }} @enderror Password * @error('password') {{ $message }} @enderror Login {{-- Forgot Password--}} @endsection @section('script') @php if(auth()->user()) { @endphp @php } @endphp @endsection
Register if you are new? Sign up instead!