@extends('layouts.app')
@section('content')
@section('css')
@endsection
| # |
Image |
Title |
Description |
Status |
Action |
@if(isset($data) && !empty($data))
@foreach($data as $row)
| {{ $i++ }} |
@if($row->image != "")
@else
@endif
|
{{ucwords($row->title)}} |
{{$row->description}} |
@if($row->status == 1)
@else
@endif
|
|
@endforeach
@endif
@include('admin.cms.slider_modal')
@section('js')
@endsection
@endsection