@extends('layouts.backend') @section('extraCss') @endsection @section('mainContentArea')

Location Manager

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 City Lower Discount Upper Discount Action
{{$key + $locationlist->firstItem() }} {{ empty($group->name) ? 'N/A' : $group->name }} {{ empty($group->stype) ? 'N/A' : $group->stype }} {{ empty($group->warehouse_code) ? 'N/A' : $group->warehouse_code }} {{ empty($group->city) ? 'N/A' : $group->city }} {{ empty($group->lower_disc) ? 'N/A' : $group->lower_disc }} {{ empty($group->upper_disc) ? 'N/A' : $group->upper_disc }}
@php if($locationlist->count() > 0) { @endphp {!! $locationlist->appends(request()->input())->links() !!} @php } @endphp
@endsection @section('extraJs') @endsection