@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

Items

{{----}} {{----}}
IP Item # Country Type Status SizeInvoice 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

Responses

@foreach($responses as $response) @endforeach @foreach($responses as $response) @if($responses->first()->id == $response->id) @else @endif @endforeach @foreach($responses as $response) @if($responses->first()->id == $response->id) @else @endif @endforeach @foreach($responses as $response) @if($responses->first()->id == $response->id) @else @endif @endforeach @foreach($responses as $response) @if($responses->first()->id == $response->id) @else @endif @endforeach @foreach($responses as $response) @if($responses->first()->id == $response->id) @else @endif @endforeach @foreach($responses as $response) @if($responses->first()->id == $response->id) @else @endif @endforeach @foreach($responses as $response) @if($responses->first()->id == $response->id) @else @endif @endforeach @foreach($responses as $response) @if($responses->first()->id == $response->id) @else @endif @endforeach @foreach($responses as $response) @if($responses->first()->id == $response->id) @else @endif @endforeach
{{ $response->supplier->profile->business_name }}
Official Fee in Local Currency

{{ $response->official_fee_currency }}

{{ $response->official_fee_currency }}
Official Fee in Invoice Currency

{{ $response->official_fee_in_invoice }}

{{ $response->official_fee_in_invoice }}
Local Costs in Local Currency

{{ $response->official_fee_amount }}

{{ $response->official_fee_amount }}
Local Costs in Invoice Currency

{{ $response->locale_cost_in_invoice }}

{{ $response->locale_cost_in_invoice }}
Service Fee in Invoice Currency

{{ $response->service_fee_in_invoice }}

{{ $response->service_fee_in_invoice }}
Cost in Invoice Currency

{{ $response->total_charge_in_invoice }}

{{ $response->total_charge_in_invoice }}
FX Currency Conversion Date

{{ $response->local_cost_amount->format('d/m/Y') }}

{{ $response->local_cost_amount->format('d/m/Y') }}
FX Markup on Interbank Rate

{{ $response->local_cost_currency }}

{{ $response->local_cost_currency }}
Comments

{{ $response->comments }}

{{ $response->comments }}
@endsection