@extends('admin.layouts.main') @section('content')

Gallery Management

{{$page}}


@foreach($messageArr as $message) @if(session()->has($message))
{{ session()->get($message) }}
@endif @endforeach @if(count($galleryList) > 0) @foreach($galleryList as $row) @endforeach @else @endif
No Category Title Views Downloads Likes Image Action
{{ ++$i }} {{ Helper::checkCategory($row->c_id) }} {{ $row->title }} {{ $row->total_views }} {{ $row->total_downloads }} {{ Helper::getTotalLikes($row->id,'') }} @if(file_exists(public_path('uploads/galleryImage/'.$row->image)) && $row->image) weit @endif
No data found
@stop @section('footer_script') {{ Html::script('admin_theme/js/gallery.js') }} @stop