@include('includes.flash_messages') @if (isset($data['rows']) && $data['rows']->count() > 0) @foreach($data['rows'] as $row) @endforeach {!! Form::close() !!} @else @endif
Title Rank {{ __('common.status')}}
{{ $row->title }} {{ $row->rank }} @if ($row->status == 'active') Active @else Inactive @endif
{!! $data['rows']->links() !!}
No data found.