@extends('layouts.frontend') @section('content')

AMAC MAZAO

Sign in to your account

@csrf
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
@if (Route::has('password.request')) Forgot password? @endif

Don't have an account? Sign up now


Or continue with

By signing in, you agree to our Terms of Service and Privacy Policy

@endsection