@extends('layouts.master') @section('title','Slider') @section('parentPageTitle', 'All Sliders') @section('content')
| S/L | @translate(Image) | @translate(Title) | @translate(Publish) | @translate(Action) |
|---|---|---|---|---|
| {{ ($loop->index+1) }} |
@translate(Title) : {{$item->title ?? 'N/A'}} @translate(Sub Title) : {{$item->sub_title ?? 'N/A'}} @translate(Link) : {{$item->link ?? 'N/A'}} |
is_published == true ? 'checked' : null}} />
|
||
@translate(No Data Found) |
||||