@extends('layouts.main') @section('title', 'CMS | Segments') @section('content') @php use Illuminate\Support\Str; use App\Enums\StatusEnum; @endphp
SL | Title | Image | Details | Status | Action |
---|---|---|---|---|---|
{{ $index + 1 }} |
{{ $segment->title }} |
{!! substr(strip_tags($segment->details), 0, 150) !!} |
status == StatusEnum::Active->value ? 'checked' : '' }} name='input_switch'>
|