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