@if ($canUpdate || $canDelete || $canDetail) @if ($canUpdate) @include('stisla.includes.forms.buttons.btn-edit', ['link' => route('locations.edit', [$item->id])]) @endif @if ($canDelete) @include('stisla.includes.forms.buttons.btn-delete', ['link' => route('locations.destroy', [$item->id])]) @endif @if ($canDetail) @include('stisla.includes.forms.buttons.btn-detail', ['link' => route('locations.show', [$item->id])]) @endif @endif