@extends('layouts.frontend') @section('headerMeta')
| Order Details | |||
|---|---|---|---|
|
Order ID: {{ $order->order_no }} Billing Type: {{ $order->billType?->name }} Order Date: {{ date('d F, Y', strtotime($order->created)) }} |
|||
|
{{ $items->live_url }}
@if($order->billType?->name == "Link Insertion On")
@php($anchorText = json_decode($items->anchor))
@foreach($anchorText as $anchor)
{{ $anchor->anchor_text }}:
{{ $anchor->link }}
@endforeach
@endif
|
${{ $items->total }} | ||
| Others Invoice | ||||
|---|---|---|---|---|
| Invoice No. | Date | Status | Total | Action |
| #{{$row->invoice_no}} | {{$row->created}} | {{($row->is_payment == 1 ? 'Paid' : 'Unpaid') }} | ${{$row->grand_total}} | |