@isset($contact['id'])
@endisset
{{ $index + 1 }} |
|
|
{{-- --}}
|
|
{{-- --}}
|
{{-- {!! Util::Dropdown((
isset($contact['id'])
? //Util::DropDownItem(Util::FA_ICON("paperclip text-muted").' '.__('global.Show'), route('pois.cuve', $cuve['id']), ['class' => 'open-ajax-modal']).
Util::DropDownItem(Util::FA_ICON("edit").' '.__('global.Edit'), route('contacts.edit', $contact['id']), ['class' => '']).
Util::DropDownDivider().
Util::DropDownItem(Util::FA_ICON("trash").' '.__('global.Delete'), route('contacts.destroy', $contact['id']), ['class' => 'bg-danger ajax-delete'])
: ''
))
!!} --}}
|