@php($e_commerce_logo=\App\Model\BusinessSetting::where(['type'=>'company_web_logo'])->first()->value)
@if(env('APP_MODE')=='demo')
@endif
{!! Toastr::message() !!}
@if ($errors->any())
@endif
{{-- recaptcha scripts start --}}
@if(isset($recaptcha) && $recaptcha['status'] == 1)
@else
@endif
{{-- recaptcha scripts end --}}
@if(env('APP_MODE')=='demo')
@endif