@if ($serverstatus)
@if (sizeof($datatables) > 0) @foreach ($datatables as $tabledata) @endforeach @else @endif
Actions Status Heading Plan Head Plan Icon Plan Price Plan Feature Link
@if ($tabledata['status'] == '1') Active @else Inactive @endif
{{ $tabledata['header'] }}
@foreach ($tabledata['purchase_plan'] as $plan)
{{ $plan->plan_head }}
@endforeach
@foreach ($tabledata['purchase_plan'] as $plan)
@if ($plan->plan_icon != 'NA') @else NA @endif
@endforeach
@foreach ($tabledata['purchase_plan'] as $plan)
{{ $plan->yearly_price }} {{ $plan->monthly_price }}
@endforeach
@foreach ($tabledata['purchase_plan'] as $plan)
{{ $plan->plan_features }}
@endforeach
@foreach ($tabledata['purchase_plan'] as $plan)
{{ $plan->plan_link }}
@endforeach

No Data Available

{{ $datatables->links('livewire.pagination-livewire') }}
@else

Sorry !!! Service Is Not Available.

@endif @section('externaljs') @endsection