@extends('layouts.backend') @php $posType = [1 => 'COMPANY',2 =>'FRANCHISE', 3 => 'LFS']; $posthrough = [1 => 'DIRECT',2 =>'AGENT']; $posbillTo = [1 => 'POS',2 =>'LFS POS']; $GSTType = [1 => 'INCLUSIVE',2 =>'EXCLUSIVE']; $OnTax = [1 => 'ON NET SALE BEFORE TAX',2 =>'MRP']; $PaymentTerm = [1 => 'AGAINST PAYMENT',2 =>'DUE DAYS',3=>'Actual Monthly Sales']; $Posoffer = [1 => 'COMPANY',2 =>'FRANCHISE', 3 => 'SHARING',4 => 'N/A']; $discount = [1 => 'CD',2 =>'TD']; $discountOn = [1 => 'MRP',2 =>'WSP',3 => 'N/A']; @endphp @section('extraCss') @endsection @section('mainContentArea')
S.No. | Name | Type | Code | City | GST | Action | |
---|---|---|---|---|---|---|---|
{{$key + $locationlist->firstItem() }} | {{ empty($group->name) ? 'N/A' : $group->name }} | {{ ($group->stype == 1) ? 'warehouse' : 'pos' }} | {{ empty($group->warehouse_code) ? 'N/A' : $group->warehouse_code }} | {{ empty($group->city) ? 'N/A' : $group->city }} | {{ ($group->gst_type == '1') ? 'INCLUSIVE' : 'EXCLUSIVE' }} | Edit Location |