@section('page_css')
@include('owner.otherservices.partials._action_buttons')
@if (Session::has('msg')) @endif
@if(isset($records) && !empty($records) && count($records)) @foreach($records as $index =>$singleData) @endforeach
Sl# Products/ServicesName Quantity in Stock Price Loyalty Point Status Action
{{$index + $records->firstItem()}} {{$singleData['description']}} {{$singleData['quantity']}} @if($singleData['cwoDetail']['currencyDetail'] != '') {{$singleData['cwoDetail']['currencyDetail']['symbol']}} @else R @endif {{$singleData['price']}} {{$singleData['loyalty_point']}} @if($singleData['is_active'] == 1) Active @else Inactive @endif
@endif
@if(isset($records) && count($records)) {{ $records->appends($_GET)->links('pagination::bootstrap-4') }} @endif
@section('page_scripts') {{-- --}} @endsection