@extends('admin/layouts.master') @section('title', 'Advertisements - Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
{{ __("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
                                      
                                      |