{{ $categories->$category_id->name }} | {{-- @if ( isset($categories->$category_id->extra->place) && $categories->$category_id->extra->place ) @if (isset($data->people) && (int)$data->people > 0) @t('%s people', $data->people) @else @t('User doesn\'t specify number of people') @endif @endif @if ( isset($categories->$category_id->extra->gender) && $categories->$category_id->extra->gender ) · @if (isset($data->extra->gender) && $data->extra->gender) {{ $data->extra->gender }} @endif @endif --}} | ||
---|---|---|---|
@if ($categories->$category_id->extra->items == 1)
{{ $categories->$category_id->extra->plural_name }}
@else
{{ $product->Product->name }}
@endif
@if (
isset($categories->$category_id->sub_events) &&
$categories->$category_id->sub_events
)
@t('View Events')
@endif
@if ($product->object_type && $product->object_id)
{{ $product->object_type }}
@endif
@if (
isset($product->Product->Event->id) && $product->Product->Event->id &&
$product->Product->Event->id != $data->event_id
)
·
{{ $product->Product->Event->name }}
·
@date($product->Product->Event->date)
@endif
@if ($product->description)
{{ $product->description }}
@endif
|
@if ($product->qty > 0) × {{ $product->qty }} @else @t('Enquiry only') @endif | @if ( $categories->$category_id->extra->priced == 1 ) @if ( $product->actual_price != null ) {{ __('Actual Price: %s', amount($product->actual_price)) }} @else @if ( $product->Product->actual_price ) {{ __('Actual Price: %s', amount($product->Product->actual_price)) }} @endif @endif @endif | @if ($categories->$category_id->extra->priced == 1) @if ( $product->actual_price != null || $product->Product->actual_price != null ) {{ __('Deposit:') }} @else {{ __('Price:') }} @endif @if ($product->price != null) {{ amount($product->price) }} @else {{ amount($product->Product->price) }} @endif @endif |
@t('Enquiry:') {{ $product->enquiry_text }} | |||
@t('Total Paid') | {{ amount( $data->paid_amount, [ 'to' => $order_currency->id ] ) }} | ||
@t('Net Amount') | {{ amount( $data->net_amount, [ 'to' => $order_currency->id ] ) }} | ||
@t('LaneEngine Fee') | {{ amount( ($data->paid_amount - $data->net_amount), [ 'to' => $order_currency->id ] ) }} | ||
@t('Remaining to pay') | {{ amount( $data->remaining_payment, [ 'to' => $order_currency->id ] ) }} |