@extends('layouts.master') @section('title','Company Static Content') @section('action','Lists') @section('button') @can('create_content') Add Content @endcan @endsection @section('main-content') @include('admin.section.flash_message') @include('admin.contentManagement.common.breadcrumb') # Title Type @can('show_content') Content @endcan Status @canany(['edit_content','delete_content']) Action @endcanany @forelse($staticPageContents as $key => $value) {{++$key}} {{removeSpecialChars($value->title)}} {{removeSpecialChars($value->content_type)}} @can('show_content') @endcan is_active) == 1 ?'checked':''}}> @canany(['edit_content','delete_content']) @can('edit_content') @endcan @can('delete_content') @endcan @endcan @empty No records found! @endforelse @include('admin.contentManagement.show') @endsection @section('scripts') @include('admin.contentManagement.common.scripts') @endsection
No records found!