@extends('layouts.main') @include('list_filter') @section('page-style') @endsection @section('page-script') {{-- --}} @yield('filter_script') @endsection @section('content')

@include('layouts.notifications') @yield('filter_view')
Outlet Maximum Order

Item
@if($data['products']['data']??[]) @foreach($data['products']['data']??[] as $product) @php $start++ @endphp @endforeach @else @endif
No Product Name Maximum Order
{{$start}} {{$product['product_code']}} - {{$product['product_name']}}
Item
No product found
{{ csrf_field() }}
@if ($paginator)
{{ $paginator->links() }}
@endif
@endsection