@extends('themes.default1.admin.layout.admin') @section('Tickets') active @stop @section('manage-bar') active @stop @section('labels') class="active" @stop @section('HeadInclude') @stop @section('PageHeader')

Labels

@stop @section('breadcrumbs') @stop @section('content') @if(Session::has('success'))
{{Session::get('success')}}
@endif @if(Session::has('fails'))
{{Session::get('fails')}}
@endif @if(Session::has('warn'))
{{Session::get('warn')}}
@endif
Labels
  New Label
{!! Datatable::table() ->addColumn('Title','Order','Status','Action') ->setUrl(url('labels-ajax')) ->render() !!}
@stop