@extends("admin/layouts.master-soyuz") @section('title',"Slider |") @section("body")
ID | Slider Content | Status | Action |
---|---|---|---|
{{ $key + 1 }} |
Linked To: @if($slider->link_by =='cat') (Category : {{ $slider->category['title'] ?? 'None' }}) @endif @if($slider->link_by == 'sub') (Subcategory: {{ $slider->subcategory['title'] ?? 'None' }}) @endif @if($slider->link_by == 'child') ( Child Category: {{ $slider->childcategory->title ?? 'None'}}) @endif @if($slider->link_by == 'pro') (Product: {{ $slider->products['name'] ?? 'None' }}) @endif @if($slider->link_by == 'url') (URL: {{ $slider->url }}) @endif @if($slider->link_by == 'None') None @endif @if(isset($slider->topheading))Heading Text: {{ $slider->topheading }} @endif @if(isset($slider->heading))Subheading Text: {{ $slider->heading }} @endif @if(isset($slider->buttonname))Button Text: {{ $slider->buttonname }} @endif |