@php $homeContents = \App\Models\HomeContent::latest()->get(); @endphp @extends('layouts.admin'); @section('main-content')
Home Image | Iframe Link | Title | Features | Action |
---|---|---|---|---|
@if ($homeContent->image)
|
{{ $homeContent->iframe_link }} | {{ $homeContent->title }} |
@if ($homeContent && isset($homeContent->features))
@foreach (json_decode($homeContent->features) as $feature)
|
|