@if (isset($wholesale_id_plans) && count($wholesale_id_plans) > 0) @foreach ($wholesale_id_plans as $wholesale_id_plan) {{-- --}} @endforeach @endif
title Status Created at Actions
{{ $wholesale_id_plan->title }} {{ basicStatusesDisplay($wholesale_id_plan->status) }} {{ dateInList($wholesale_id_plan->created_at) }}Active @canany(['delete-wholesale_plan', 'edit-wholesale_plan']) @endcanany
{!! pageInfo($wholesale_id_plans) !!}
{!! $wholesale_id_plans->links('pagination::bootstrap-4') !!}