{{ __("Do you really want to delete these records? This process cannot be undone.")}}
{{ __("Do you really want to delete these records? This process cannot be undone.")}}
# | {{ __('Image') }} | {{ __('Position') }} | {{ __('Status') }} | {{ __('Action') }} |
---|---|---|---|---|
1 |
|
{{$adv->position}} |
@can('front-settings.advertisement.edit')
{{ __('Edit')}}
@endcan
@can('front-settings.advertisement.delete')
{{ __("Delete") }}
@endcan
|