@extends('invoice.afterCommission.step', [ 'selected' => 'take', ]) @push('head') @endpush @section('invoice-content-notice') @endsection @section('invoice-content-table-add-info') @if (isLogin('staff'))

{{ Lang::get('invoice.word.converted_amount') }}

{{ $info_invoice->exchange_currency_name or '' }}

{{ Lang::get('invoice.word.exchange_rate') }}

{{ Lang::get('invoice.word.notes') }}

@endif @endsection @section('invoice-content-buttons')

{{ Lang::get('invoice.desc.would_you_like_fix_exchange_rate_and_converted_amount') }}

@endsection