@extends('socialite::layouts.guest') @section('content')
{{--

{!! Setting::get('home_welcome_message') !!}

--}}

{{trans('socialite::homepage.welcome')}}

{{--{!! Setting::get('home_widget_one') !!}--}} {{trans('socialite::homepage.home_widget_one')}}
{{-- --}}
{{--{!! Setting::get('home_widget_two') !!}--}} {{trans('socialite::homepage.home_widget_two')}}
{{-- --}}
{{--{!! Setting::get('home_widget_three') !!}--}} {{trans('socialite::homepage.home_widget_three')}}
{{-- --}}

{!! trans('socialite::homehome_list_heading') !!}

    @if(Setting::get('home_feature_one_icon') != null || Setting::get('home_feature_one') != null)
  • {{ trans('socialite::homepage.home_feature_one') }}
  • @endif @if(Setting::get('home_feature_two_icon') != null || Setting::get('home_feature_two') != null)
  • {{ trans('socialite::homepage.home_feature_two') }}
  • @endif @if(Setting::get('home_feature_three_icon') != null || Setting::get('home_feature_three') != null)
  • {{ trans('socialite::homepage.home_feature_three') }}
  • @endif @if(Setting::get('home_feature_four_icon') != null || Setting::get('home_feature_four') != null)
  • {{ trans('socialite::homepage.home_feature_four') }}
  • @endif @if(Setting::get('home_feature_five_icon') != null || Setting::get('home_feature_five') != null)
  • {{ trans('socialite::homepage.home_feature_five') }}
  • @endif @if(Setting::get('home_feature_six_icon') != null || Setting::get('home_feature_six') != null)
  • {{ trans('socialite::homepage.home_feature_six') }}
  • @endif @if(Setting::get('home_feature_seven_icon') != null || Setting::get('home_feature_seven') != null)
  • {{ trans('socialite::homepage.home_feature_seven') }}
  • @endif @if(Setting::get('home_feature_eight_icon') != null || Setting::get('home_feature_eight') != null)
  • {{ trans('socialite::homepage.home_feature_eight') }}
  • @endif @if(Setting::get('home_feature_nine_icon') != null || Setting::get('home_feature_nine') != null)
  • {{ trans('socialite::homepage.home_feature_nine') }}
  • home. @endif @if(Setting::get('home_feature_ten_icon') != null || Setting::get('home_feature_ten') != null)
  • {{ trans('socialite::homepage.home_feature_ten') }}
  • @endif

Create an Account

@if((env('GOOGLE_CLIENT_ID') != NULL && env('GOOGLE_CLIENT_SECRET') != NULL) || (env('TWITTER_CLIENT_ID') != NULL && env('TWITTER_CLIENT_SECRET') != NULL) || (env('FACEBOOK_CLIENT_ID') != NULL && env('FACEBOOK_CLIENT_SECRET') != NULL) || (env('LINKEDIN_CLIENT_ID') != NULL && env('LINKEDIN_CLIENT_SECRET') != NULL) ) @endif
@endsection