Skip to content

Commit d436e79

Browse files
committed
Removed actions from product category show view
1 parent 1d02f62 commit d436e79

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

resources/views/product-categories/show.blade.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,5 @@
5757
</div>
5858
</div>
5959
</div>
60-
@component('laravel-crm::components.card-footer')
61-
<a href="{{ url(route('laravel-crm.product-categories.index')) }}" class="btn btn-outline-secondary">{{ ucfirst(__('laravel-crm::lang.cancel')) }}</a>
62-
<button type="submit" class="btn btn-primary">{{ ucwords(__('laravel-crm::lang.save_changes')) }}</button>
63-
@endcomponent
6460
</div>
6561
@endsection

0 commit comments

Comments
 (0)