@extends('master') @section('title') {{ $title}} @endsection @section('content')
| id | Slider name | sub heading | sometext | location | btn_link | upload_data | priority | status | Action |
|---|---|---|---|---|---|---|---|---|---|
| {{ $slider->id}} | {{ $slider->slider_name}} | {{ $slider->sub_heading}} | {{ $slider->sometext}} |
@if($slider->location)
|
{{ $slider->btn_link}} | {{ $slider->upload_date}} | {{ $slider->priority}} | {{ $slider->status == 1 ? 'Published' : 'Unpublished' }} | Edit |