@extends('admin.layouts.master') @section('title', 'Truested Slider - Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
{{ __("Do you really want to delete these records? This process cannot be undone.")}}
# | {{ __('Image') }} | {{ __('URL') }} | {{ __('Status') }} | {{ __('Action') }} |
---|---|---|---|---|
1 | {{$trusted->url}} |
@can('front-settings.trusted-sliders.edit')
{{ __("Edit")}}
@endcan
@can('front-settings.trusted-sliders.delete')
{{ __("Delete")}}
@endcan
|