@extends('admin.layouts.app') @section('content')
@if (!empty($orders)) @foreach ($orders as $order) @endforeach @endif
Order Id Username Link Quantity Service Interval Total Quantity Created Status
{{$order->order_id}} {{$order->name}} {{$order->order_url}} {{$order->order_quantity}} {{$order->website_service_id . '-' . $order->service_name}} {{$order->dripfeed_interval}} {{$order->dripfeed_totalquantity}} {{$order->order_create}} {{ucwords($order->dripfeed_status)}}
@endsection