@extends('backend.app') @section('content')

Order Report

@csrf
@forelse($details_data as $item) @empty

No data found

@endforelse
{{ $details_data->links() }}
Invoice No Customer Phone Address Product Quantity Total
#{{$item->order->invoice_no}} {{$item->order->first_name}} {{$item->order->mobile}} {{$item->order->shipping_address}} {{$item->product->name}} {{$item->quantity}} {{$item->unit_price * $item->quantity}}
@endsection @push('js') @endpush