@extends('shared.admin') @section('style') @endsection @section('content')

Product Order

Product Order

@if($list != null && count($list) > 0) @php $i = 0; @endphp @foreach($list as $item) @php $i ++; @endphp

{{ $item->title }}

{{--
--}}
@endforeach @endif
@endsection @section('script') @endsection