@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('admin/statuslabels/table.title') }} @parent @stop @section('header_right') {{ trans('general.create') }} @stop {{-- Page content --}} @section('content')
{{ trans('general.id') }} | {{ trans('admin/statuslabels/table.name') }} | {{ trans('admin/statuslabels/table.status_type') }} | {{ trans('admin/statuslabels/table.color') }} | {{ trans('admin/statuslabels/table.show_in_nav') }} | {{ trans('table.actions') }} |
---|
{{ trans('admin/statuslabels/table.info') }}