@extends('admin.layouts.app') @section('content')
| S.N | Title | Status | Actions |
|---|---|---|---|
| {{ $keys + 1 }} |
@php
$relations = json_decode($data->relations, true);
@endphp
@if($relations && is_array($relations))
|
@if($data->status == 'active') {{ $data->status }} @else {{ $data->status }} @endif |