whoami7 - Manager
:
/
home
/
qbizpnmr
/
test.qbiztax.com
/
resources
/
views
/
components
/
documents
/
show
/
Upload File:
files >> /home/qbizpnmr/test.qbiztax.com/resources/views/components/documents/show/buttons.blade.php
@stack('add_new_button_start') @if (! $hideCreate) @can($permissionCreate) <x-link href="{{ route($createRoute) }}" kind="primary" id="show-more-actions-new-{{ $document->type }}"> {{ trans('general.title.new', ['type' => trans_choice($textPage, 1)]) }} </x-link> @endcan @endif @stack('edit_button_start') @if (! in_array($document->status, $hideButtonStatuses)) @if (! $hideEdit) @can($permissionUpdate) <x-link href="{{ route($editRoute, $document->id) }}" id="show-more-actions-edit-{{ $document->type }}"> {{ trans('general.edit') }} </x-link> @endcan @endif @endif @stack('edit_button_end')
Copyright ©2021 || Defacer Indonesia