@include('includes.data_table_header') @if (isset($data['rows']) && $data['rows']->count() > 0)
@if (isset($data['rows']) && $data['rows']->count() > 0) {!! Form::open(['route' => $base_route.'.bulk-action', 'id' => 'bulk_action_form']) !!} @foreach($data['rows'] as $row) @endforeach {!! Form::close() !!} @else @endif
Detail Rank {{ __('common.status')}}
Business Package
- {{$row->tag}}
  • @if (isset($row->image) && $row->image !=='') {{--
    --}} {{$row->title}} @endif
  • {!! $row->description!!}

{{isset($generalSetting->currency_symbol)?$generalSetting->currency_symbol:'$'}} {{{$row->new_price}}} /{{isset($row->per_term)?$row->per_term:''}} {{isset($generalSetting->currency_symbol)?$generalSetting->currency_symbol:'$'}} {{{$row->old_price}}}
{!! $data['rows']->appends($data['filter_query'])->links() !!}
No data found.
@endif