@extends('themes.default1.admin.layout.admin') @section('Themes') active @stop @section('theme-bar') active @stop @section('socail') class="active" @stop @section('PageHeader')

{!! Lang::get('lang.widgets') !!}

@stop @section('content')

{!! Lang::get('lang.social-widget-settings') !!}

@if(Session::has('success'))
{{Session::get('success')}}
@endif @if(Session::has('fails'))
{!! Lang::get('lang.alert') !!} ! {{Session::get('fails')}}
@endif {!! Datatable::table() ->addColumn(Lang::get('lang.name'), Lang::get('lang.link'), Lang::get('lang.action')) // these are the column headings to be shown ->setUrl('list-social-buttons') // this is the route where data will be retrieved ->render() !!}
@stop