@extends('header') @section('content') @parent @include('accounts.nav', ['selected' => ACCOUNT_NOTIFICATIONS]) {!! Former::open()->addClass('warn-on-exit') !!} {{ Former::populate($account) }} @include('accounts.partials.notifications')

{!! trans('texts.facebook_and_twitter') !!}

  
{{ trans('texts.facebook_and_twitter_help') }}
{!! Former::actions( Button::success(trans('texts.save')) ->submit()->large() ->appendIcon(Icon::create('floppy-disk'))) !!} {!! Former::close() !!} @stop