@extends('layouts.app') @section('content') {{--*/ usort($tableGrid, "SiteHelpers::_sort") /*--}}
Clear Search @if(Session::get('gid') ==1) @endif
@if($access['is_add'] ==1)  {{ Lang::get('core.btn_create') }} @endif
{!! Form::open(array('url'=>'ebaylistings/delete/', 'class'=>'form-horizontal' ,'id' =>'SximoTable' )) !!}
@foreach ($rowData as $row) @endforeach
id Title Total Items Active Items Inactive Items Created Updated Actions
{{ $row->id }} {{$row->title}} {{$row->created_at}} {{$row->updated_at}} @if($access['is_edit'] ==1) @endif @if($access['is_remove'] ==1) @endif
{!! Form::close() !!} @include('footer')
@stop