| S.No | Ttile | Description | Status | Action |
|---|---|---|---|---|
| {{ $count++ }} | {{ $item->title }} | {{ $item->description }} | @if ($item->status == '1') {!! ACTIVE_STATUS !!} @else {!! INACTIVE_STATUS !!} @endif | {!! EDIT_ICON !!} | {!! DELETE_ICON !!} |
@extends('admin.admin_master') @section('content-header', $page_header) @section('content')
| S.No | Ttile | Description | Status | Action |
|---|---|---|---|---|
| {{ $count++ }} | {{ $item->title }} | {{ $item->description }} | @if ($item->status == '1') {!! ACTIVE_STATUS !!} @else {!! INACTIVE_STATUS !!} @endif | {!! EDIT_ICON !!} | {!! DELETE_ICON !!} |