@extends('admin.layouts.sub-layout.app') @section('content')
| > Offer | |||
|---|---|---|---|
| Data Not Found. | |||
| Start Date Time | {{ $transaction->transaction->offer->start_date_time }} | End Date Time | {{ $transaction->transaction->offer->end_date_time }} |
| Offer Price | {{ $transaction->transaction->offer->offer_price }} | Location | {{ $transaction->transaction->offer->location }} |
| Latitude | {{ $transaction->transaction->offer->lat }} | Longitude | {{ $transaction->transaction->offer->lng }} |
| Note | {{ $transaction->transaction->offer->note }} | ||
| Status | {{ $transaction->transaction->offer->status }} | ||
|
{{ $transactions->links('vendor.pagination.bootstrap-4') }}
|
|||
| > Pricing | |
|---|---|
| Name | {{ $transaction->transaction->offer->pricing->name }} |
| Detail | {{ $transaction->transaction->offer->pricing->detail }} |
| Price | {{ $transaction->transaction->offer->pricing->price_first }} |
| Time | {{ $transaction->transaction->offer->pricing->time_first }} {{ $transaction->transaction->offer->pricing->unit->name }} |
|
{{ $transactions->links('vendor.pagination.bootstrap-4') }}
|
|
| > Listing | |
|---|---|
| Category | {{ $transaction->service->category->name }} |
| Title | {{ $transaction->service->title }} |
| Experience | {{ $transaction->service->experience }} Year |
| Latitude | {{ $transaction->service->latitude }} |
| Longitude | {{ $transaction->service->longitude }} |
| Note | {{ $transaction->service->note }} |
|
{{ $transactions->links('vendor.pagination.bootstrap-4') }}
|
|
| > Media Listing | ||
|---|---|---|
|
×
|
||
| Youtube | @if($post->media->youtube != '' || $post->media->youtube != NULL ){{ $post->media->youtube }} | @else- | @endif
| Note | {{ $post->media->note }} | |
| Data Not Found. | ||
|
{{ $transactions->links('vendor.pagination.bootstrap-4') }}
|
||
| # | Title | Percentage (%) | Description | Amount | Status |
|---|---|---|---|---|---|
| {{ $index+1 }} | {{ $transaction->milestonePayments->title }} |
{{ ($transaction->percentage)*100 }} | {{ $transaction->milestonePayments->description }} | {{ $transaction->currency_code }} {{ $transaction->amount }} | {{ $transaction->status }} |
| Data Not Found. | |||||
|
{{ $transactions->links('vendor.pagination.bootstrap-4') }}
|
|||||