@extends('frontend.auth.app') @section('content')
@csrf

{{__('Log in with email')}}

@error('email')
{{$message}}
@endif @if(Session::has('error_msg'))
{{Session::get('error_msg')}}
@endif
@error('password')
{{$message}}
@endif

{{__('Forgot password')}}?

{{__("Don't have a")}} {{App\Models\Setting::find(1)->app_name}} {{__("account")}}?

{{__('Sign up now')}}

{{__('Become a partner')}}

{{__('Create your event with')}} {{\App\Models\Setting::find(1)->app_name}} by
{{__('signing up as a Organizer')}}

@endsection