@extends('layouts.app') @section('title', trans('title.workstation')) @section('plugin-styles') @stop @section('content')
@can('create workstation') {{trans('forms.lbl_add_new')}} @endcan
@can('delete workstation') @endcan
    {{trans("tables.order_title")}} {{trans("tables.name_title")}} {{trans("tables.description_title")}} {{trans("forms.lbl_disabled")}} {{trans("forms.lbl_hide")}} {{trans("tables.action_title")}}
@include('workstations.form') @include('workstations.workstation-duplicate')
@stop @section('footer-script') @stop