| Pick | Installment | Price | Total | Action |
|---|---|---|---|---|
| @foreach($one as $plan) @if($plan->type=='one') {{$plan->type}} @endif @endforeach | @foreach($one as $plan) @if($plan->type=='one') {{$plan->offer_price}} @endif @endforeach | @foreach($one as $plan) @if($plan->type=='one') {{$plan->total_price}} @endif @endforeach |
| Pick | Installment | Price | First Payment | Second payment | Total Pay | Action |
|---|---|---|---|---|---|---|
| @foreach($two as $plans) @if($plans->type=='two') {{$plans->type}} @endif @endforeach | @foreach($two as $plans) @if($plans->type=='two') {{$plan->offer_price}} @endif @endforeach | @foreach($two as $plans) @if($plans->type=='two') {{$plans->first_pay}} @endif @endforeach | @foreach($two as $plans) @if($plans->type=='two') {{$plans->second_pay}} @endif @endforeach | @foreach($two as $plans) @if($plans->type=='two') {{$plans->offer_price}} @endif @endforeach | @foreach($two as $plans) @if($plans->type=='two') @endif @endforeach |
| Pick | Installment | Price | First Payment | Second payment | Third payment | Total Pay | Pay Now |
|---|---|---|---|---|---|---|---|
| @foreach($three as $plant) @if($plant->type=='three') *3 @endif @endforeach | @foreach($three as $plant) @if($plant->type=='three') {{$plan->offer_price}} @endif @endforeach | @foreach($three as $plant) @if($plant->type=='three') {{$plant->first_pay}} @endif @endforeach | @foreach($three as $plant) @if($plant->type=='three') {{$plant->second_pay}} @endif @endforeach | @foreach($three as $plant) @if($plant->type=='three') {{$plant->third_pay}} @endif @endforeach | @foreach($three as $plant) @if($plant->type=='three') {{$plant->offer_price}} @endif @endforeach | @foreach($three as $plant) @if($plant->type=='three') @endif @endforeach |