@extends('themes.default1.admin.layout.admin') @section('Settings') active @stop @section('settings-bar') active @stop @section('social-login') class="active" @stop @section('HeadInclude') @stop @section('PageHeader')

@stop @section('breadcrumbs') @stop @section('content')

Social Media

@if (count($errors) > 0)
Whoops! There were some problems with your input.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(Session::has('success'))
{!!Session::get('success')!!}
@endif @if(Session::has('fails'))
{!! Lang::get('lang.alert') !!}! {!!Session::get('fails')!!}
@endif
Provider Status Action
Facebook @if($social->checkActive('facebook')===true) Active @else Inactive @endif Settings
Google @if($social->checkActive('google')===true) Active @else Inactive @endif Settings
Github @if($social->checkActive('github')===true) Active @else Inactive @endif Settings
Twitter @if($social->checkActive('twitter')===true) Active @else Inactive @endif Settings
Linkedin @if($social->checkActive('linkedin')===true) Active @else Inactive @endif Settings
Bitbucket @if($social->checkActive('bitbucket')===true) Active @else Inactive @endif Settings
@stop