14 lines
255 B
PHP
14 lines
255 B
PHP
@component('admin::blocks.heading')
|
|
@slot('mainRoute')
|
|
{{ route('admin.plugin.services') }}
|
|
@endslot
|
|
|
|
@slot('addRoute')
|
|
{{ route('admin.plugin.services.create') }}
|
|
@endslot
|
|
|
|
@slot('title')
|
|
{{ trans('admin.SERVICES') }}
|
|
@endslot
|
|
@endcomponent
|