@extends('layouts.app') @section('content') @section('css') @endsection

{{ isset($title)?$title:'' }}

@if(isset($data) && !empty($data)) @foreach($data as $row) @endforeach @endif
# Image Name Description Featured Status Action
{{ $i++ }} @if($row->image != "") @else @endif {{ucwords($row->title)}} {{$row->description}} @if($row->featured == 1) @else @endif @if($row->status == 1) @else @endif
@include('admin.cms.gallery_modal') @section('js') @endsection @endsection