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

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

@if(Session::has('success'))
Success! {{Session::get('success')}}
@endif @if(Session::has('fails'))
Fail! {{Session::get('fails')}}
@endif
@stop