@extends('layouts.admin-layout') @section('content')

Revealed

Add New
@if($customData->isEmpty())

No Revealed found.

@else @foreach($customData as $item) @endforeach
# Heading Description Image Actions
{{ $loop->iteration }} {{ $item->heading }} {{ Str::limit($item->description, 50) }} @if($item->getFirstMediaUrl('revealed_images')) Image @else

No Image

@endif
Edit
@csrf @method('DELETE')
@endif
@endsection