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

HGS Promoter Portal

{{--

Promoter Portal

--}}

{{ trans('global.login') }}

@if(session('message')) @endif
@csrf
@if($errors->has('code'))
{{ $errors->first('code') }}
@endif
@if($errors->has('password'))
{{ $errors->first('password') }}
@endif
@if(Route::has('promoter.password.request')) {{ trans('global.forgot_password') }}
@endif
@endsection