@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')

Location Manager

Back
{{--

Filter

Group Stuts ACTION
--}}




{{-- --}} {{-- --}} @foreach ($locationlist as $key => $group) @php $color = '' ; if($group->is_active == 1) { $color = 'green'; }else { $color = 'red'; } @endphp {{-- --}} {{-- --}} {{-- --}} @endforeach
S.No. Name Type Code CityDiscount StatusAction
{{$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 }}{{ empty($group->discount) ? 'N/A' : $group->discount }} @if($group->approve_status == 1) @else @endif Edit Location
@php if($locationlist->count() > 0) { @endphp {!! $locationlist->appends(request()->input())->links() !!} @php } @endphp
@endsection @section('extraJs') @endsection