@extends('layouts.main') @section('title', 'CMS | RJ Profile') @section('content') @php use Illuminate\Support\Str; use App\Enums\StatusEnum; @endphp
SL | RJ Name | RJ Image | RJ Details | Show Time | Status | Action |
---|---|---|---|---|---|---|
{{ $index + 1 }} |
{{ $profile->name }} |
|
{!! $profile->details !!} | {{ $profile->duty_time }} |
status == StatusEnum::Active->value ? 'checked' : '' }} name='input_switch'>
|