@extends('layouts.backend') @section('extraCss') @endsection @section('mainContentArea') @php $palns = [ 1 => 'Suti Power Shopper' , 3 => 'SPS-750' , 2 => 'SPS-499(10%)', 4 => 'SPS-499(15%)' , 5 => 'Genral']; $storesType = [ 1 => 'Suti' , 2 => 'Central' , 3 => 'Shopper' ]; $reqpos = request("pos_id"); if(!empty($plan_ids) && $plan_ids != 0) { $plan = implode(",",$plan_ids); }else { $plan = $plan_ids; } @endphp