@extends('layouts.master') @section('title','Company Static Content') @section('action','Lists') @section('button') @can('create_content') @endcan @endsection @section('main-content')
@include('admin.section.flash_message') @include('admin.contentManagement.common.breadcrumb')
@can('show_content') @endcan @canany(['edit_content','delete_content']) @endcanany @forelse($staticPageContents as $key => $value) @can('show_content') @endcan @canany(['edit_content','delete_content']) @endcan @empty @endforelse
# Title TypeContentStatusAction
{{++$key}} {{removeSpecialChars($value->title)}} {{removeSpecialChars($value->content_type)}}
    @can('edit_content')
  • @endcan @can('delete_content')
  • @endcan

No records found!

@include('admin.contentManagement.show') @endsection @section('scripts') @include('admin.contentManagement.common.scripts') @endsection