@extends('layouts.backend') @section('extraCss') @endsection @section('mainContentArea') @php $planduration = ['y' => 'Years','m' =>'Months','d' => 'Days']; $status = [1 => 'Active',2 =>'Deactive']; @endphp

Edit Plan Back

@if (count($errors) > 0)
@endif
@csrf
Basic Details

Warehouse And POS

Membership Amount

Discount Details

Description

Vouchers Details

@php $count = 0;@endphp @if(count($PlanVouchers) > 0) @foreach($PlanVouchers as $key => $value) @php $count = $key +1 ; @endphp @endforeach @endif
Total Vouchers Voucher Amount Order Total Points Action
@php $countw = 0;@endphp @if(count($PlanVouchers) > 0) @if(count($PlanWallet) > 0) @foreach($PlanWallet as $key => $value) @php $countw = $key +1 ; @endphp @endforeach @endif @endif
Voucher Number Amount Max.redeem
Appointment Config

@if(count($PlanApt) > 0) @foreach($PlanApt as $key => $value) @if($key === 7) @break @endif @endforeach @endif
10.00 - 11.00 11.00 - 12.00 12.00 - 13.00 13.00 - 14.00 14.00 - 15.00 15.00 - 16.00 16.00 - 17.00 17.00 - 18.00 18.00 - 19.00 19.00 - 20.00 20.00 - 21.00 21.00 - 22.00 22.00 - 23.00
{{$value->day}}
Customer Class Cost Exemptions
Milestones Details

@php $count = 0;@endphp @if(!empty($PlanMilestone) ) @foreach($PlanMilestone as $key => $value) @php $count = $key +1 ; @endphp @endforeach @endif
Shopping Price Wallet Amount Delete
Cancel
@endsection @section('extraJs') @endsection