@extends('layouts.layout') @section('title', 'Theme Options') @section('content')
@if(Session::has('message')) @endif @if(count($theme_options)>0) @foreach($theme_options as $key=>$item) @endforeach @else @endif
# Image Title Description Button Name Action
{{ $key+1 }} @if($item->jewellery_image) @else @endif {{ $item->title }} {{ $item->description }} {{ $item->button_name }} @include('shared._actions', [ 'entity' => 'home_page', 'id' => $item->id ])

No records found!

Click here to add a new record.
@endsection