@extends('layouts/default') {{-- Page title --}} @section('title') @if ($statuslabel->id) {{ trans('admin/statuslabels/table.update') }} @else {{ trans('admin/statuslabels/table.create') }} @endif @parent @stop @section('header_right') {{ trans('general.back') }} @stop {{-- Page content --}} @section('content')
{{ trans('admin/statuslabels/table.info') }}