@extends('frontend.auth.app') @section('content')
@if(Session::has('error_msg')) @endif

{{__('Already have a user account?')}}

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

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

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

@endsection @push('js') @endpush