@if (isset($country_plan) and sizeof($country_plan) > 0) @foreach ($country_plan as $k => $listData) @endforeach @else @endif
Sr. No. Name Discount Type Discount Value Plan Price Total Price Action
{{ $k + 1 }} {{ isset($listData['country_plan_list']['name']) ? $listData['country_plan_list']['name'] : '--' }} @if (isset($listData['discount_type'])) {{ strtoupper($listData['discount_type']) }} @else No Discount @endif {{ isset($listData['discount_value']) ? $listData['discount_value'] : '--' }} {{ isset($listData['price']) ? $listData['price'] : '--' }} {{ isset($listData['sale_price']) ? $listData['sale_price'] : '--' }} {{-- --}}

No data added yet

{!! $country_plan->links() !!}