@extends('SuperAdmin.layout.layout') @section('title', 'Custom Emoji & GIF Management') @section('body')
| ID | Name | Type | Content | Status | Created By | Actions |
|---|---|---|---|---|---|---|
| {{ $emoji->id }} | {{ $emoji->name }} | {{ ucfirst($emoji->type) }} |
@if($emoji->type === 'emoji')
{{ $emoji->emoji_text }}
@else
|
{{ $emoji->is_active ? 'Active' : 'Inactive' }} | {{ $emoji->creator_name }} |
|
| No emojis or GIFs found | ||||||