@php( $plans = \App\plan::wherestatus('1')->get())
{{-- {{$ln = $operation->selected_number}} --}}
@if ($operation->selected_number != "")
@foreach(explode(',', $operation->selected_number) as $key => $info)
{{-- --}}
{{-- $plan = $question->select_plan; --}}
{{-- {{$operation->select_plan[$key]}} --}}
@php( $sel_plan = explode(",",$operation->select_plan) )
@php( $selected_number = explode(",",$operation->selected_number) )
@php( $pay_status = explode(",",$operation->pay_status) )
@php( $pay_charges = explode(",",$operation->pay_charges) )
{{-- {{$values[$key]}} --}}
@endforeach
@endif