@extends('frontend.layouts.app') @section('seo') Log In | AbreezeCE @endsection @section('content')
@csrf

Log In


@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
{{-- LOG IN --}}
Forgot Password?
Click here
Don't have an account yet?
Create an account
@endsection