@extends('admin.layouts.master') @section('title', 'Sliders - Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
{{ $error}}
@endforeach{{ __("Do you really want to delete these records? This process cannot be undone.")}}
# | {{ __('Image') }} | {{ __('Heading') }} | {{ __('Sub Heading') }} | {{ __('Status') }} | {{ __('Action') }} |
---|---|---|---|---|---|
1 | {{$cat->heading}} | {{$cat->sub_heading}} | @if( $cat->status == 1) @else @endif |
@can('front-settings.sliders.edit')
{{ __("Edit")}}
@endcan
@can('front-settings.sliders.delete')
{{ __("Delete")}}
@endcan
|