@extends('layout.master') @section('content') Subscription Plans :: {{$page}} Customer Type* Select Customer Type @foreach($listData['customer_types'] as $customer_type) customer_type_id == $customer_type['id']? 'selected': ''}}>{{$customer_type['name']}} @endforeach Subscription Type* Select Subscription Type @foreach($listData['subscription_types'] as $subscription_type) subscription_type_id == $subscription_type['id'] ? 'selected': ''}}>{{$subscription_type['name']}} @endforeach Volume Start* Volume End* is_greater==1?'checked':''}}> Is Greater Subscription Plans Sr. No. Customer Type Subscription Type Discount Volume Action @endsection
Subscription Plans :: {{$page}}
Subscription Plans