@extends('layouts.app') @section('title', trans('forms.labels')) @section('plugin-styles') @stop @section('content')
@can('create label') {{trans('forms.lbl_add_new')}} @endcan
@can('delete label') @endcan
{{trans("tables.name_title")}} {{trans("tables.action_title")}}
@stop @section('panel-content') @include('labels.form') @stop @section('footer-script') @stop