@extends('admin.master') @section('content')
Manage about section content and status
| # | Hero Image | Hero Title | Mission Title | Values Title | Story Title | Status | Action |
|---|---|---|---|---|---|---|---|
| {{ $sections->firstItem() + $key }} |
@if($section->hero_image)
|
{{ $section->hero_title }} | {{ $section->mission_title }} | {{ $section->values_title }} | {{ $section->story_title }} | @if($section->is_active) Active @else Inactive @endif | |
| No section found | |||||||
Manage stat number, label, order and status
| # | Section | Stat Number | Stat Label | Order | Status | Action |
|---|---|---|---|---|---|---|
| {{ $stats->firstItem() + $key }} | {{ $item->section->hero_title ?? 'N/A' }} | {{ $item->stat_number }} | {{ $item->stat_label }} | {{ $item->display_order }} | @if($item->is_active) Active @else Inactive @endif | |
| No stat found | ||||||
Manage value text, order and status
| # | Section | Value Text | Order | Status | Action |
|---|---|---|---|---|---|
| {{ $values->firstItem() + $key }} | {{ $item->section->hero_title ?? 'N/A' }} | {{ $item->value_text }} | {{ $item->display_order }} | @if($item->is_active) Active @else Inactive @endif | |
| No value found | |||||