@extends('layouts.admin') @section('content') @if(\Illuminate\Support\Facades\Auth::user()->isAdmin()) {{ Breadcrumbs::render('request-item-response-admin', $item->request) }} @else {{ Breadcrumbs::render('request-item-response', $item->request) }} @endif
| IP | Item # | Country | Type | Status | Size | {{--Invoice amount | --}}# Claims/Designs/Classes | Renewal Date | Annuity Year | Currency | Estimated Total | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $item->ip_number }} | {{ $item->item_number_code }} | {{ $item->country }} | {{ $item->case_type }} | {{ $item->status }} | {{ $item->entity_size }} | {{--{{ $item->invoice_amount }} | --}}{{ $item->number_of_claims }} | {{ $item->next_renewal_date }} | {{ $item->next_annuity_year }} | {{ $item->invoice_currency }} | {{ $item->estimated_or_invoiced_total }} | @if($item->additional_field_name_2 || $item->additional_field_value_2) {{ $item->additional_field_name_2}} / {{$item->additional_field_value_2 }} @endif |
| {{ $response->supplier->profile->business_name }} | @endforeach|
|---|---|
|
Official Fee in Local Currency
{{ $response->official_fee_currency }} |
@else
{{ $response->official_fee_currency }} | @endif @endforeach
|
Official Fee in Invoice Currency
{{ $response->official_fee_in_invoice }} |
@else
{{ $response->official_fee_in_invoice }} | @endif @endforeach
|
Local Costs in Local Currency
{{ $response->official_fee_amount }} |
@else
{{ $response->official_fee_amount }} | @endif @endforeach
|
Local Costs in Invoice Currency
{{ $response->locale_cost_in_invoice }} |
@else
{{ $response->locale_cost_in_invoice }} | @endif @endforeach
|
Service Fee in Invoice Currency
{{ $response->service_fee_in_invoice }} |
@else
{{ $response->service_fee_in_invoice }} | @endif @endforeach
|
Cost in Invoice Currency
{{ $response->total_charge_in_invoice }} |
@else
{{ $response->total_charge_in_invoice }} | @endif @endforeach
|
FX Currency Conversion Date
{{ $response->local_cost_amount->format('d/m/Y') }} |
@else
{{ $response->local_cost_amount->format('d/m/Y') }} | @endif @endforeach
|
FX Markup on Interbank Rate
{{ $response->local_cost_currency }} |
@else
{{ $response->local_cost_currency }} | @endif @endforeach
|
Comments
{{ $response->comments }} |
@else
{{ $response->comments }} | @endif @endforeach