@extends('admin.layouts.default') {{-- Web site Title --}} @section('title') {{{ $title }}} :: @parent @stop @section('keywords')Contents administration @stop @section('author')Laravel 4 Bootstrap Starter SIte @stop @section('description')Contents administration index @stop {{-- Content --}} @section('content') {{ Request::is('admin/contents/*') ? '' : '' }}
{{{ Lang::get('admin/contents/table.title') }}}' . Lang::get('admin/contents/table.content_type') . '{{{ Lang::get('admin/contents/table.created_at') }}} {{{ Lang::get('table.actions') }}}
@stop {{-- Scripts --}} @section('scripts') @stop