@extends('admin.layouts.master') @section('title', 'Facts Slider - Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
{{ __("Do you really want to delete these records? This process cannot be undone.")}}
# | {{ __('Icon') }} | {{ __('Heading') }} | {{ __('SubHeading') }} | {{ __('Action') }} |
---|---|---|---|---|
1 | {{$fact->heading}} | {{$fact->sub_heading}} |
@can('front-settings.fact-slider.edit')
{{ __("Edit")}}
@endcan
@can('front-settings.fact-slider.delete')
{{ __("Delete")}}
@endcan
|