@if(count($member)>0)
@php $i=1; @endphp
@foreach($member as $cat)
{{$i}}
{{$cat->plan_name}}
{{$cat->days}}
{{$cat->price}}
@if($cat->free_delivery==1)
YES
@else
NO
@endif
@if($cat->instant_delivery==1)
YES
@else
NO
@endif
{{$cat->reward}}X
{{$cat->plan_description}}
@php $i++; @endphp
@endforeach
@else
{{ __('keywords.No data found')}}
@for ($i = 1; $i < 10; $i++)
@endfor
@endif
@endsection
@section('postload-section')
{{-- You must include files that have no direct efect on the load of the page and can be loaded meanwhile other tasks can be performed by user--}}
@endsection