@extends('layouts.admin') @section('content')
{{ csrf_field() }} @include('includes.form-success') @if (count($order->melhorenvio_requests) > 0)
    {{__('This order already has an Melhor Envio request')}}
@endif

{{ __('Melhor Envio Request Information') }}

{{ __('From Information') }}

{{ __('From Name') }}:

{{ __('From Phone') }}:

{{ __('From Email') }}:

{{ __('From CPF') }}:

{{ __('From Company Document') }}:

{{ __('From State Register') }}:

{{ __('From Address') }}:

{{ __('From Number') }}:

{{ __('From Complement') }}:

{{ __('From District') }}:

{{ __('From City') }}:

{{ __('From State') }}:

{{ __('From Country') }}:

{{ __('From Note') }}:

{{ __('Recipient Information') }}

{{ __('Recipient Name') }}:

{{ __('Recipient Phone') }}:

{{ __('Recipient Email') }}:

{{ __('Recipient CPF') }}:

{{ __('Recipient Address') }}:

{{ __('Recipient Number') }}:

{{ __('Recipient Complement') }}:

{{ __('Recipient District') }}:

{{ __('Recipient City') }}:

{{ __('Recipient State') }}:

{{ __('Recipient Country') }}:

{{ __('Recipient Note') }}:

{{ __('Request Information') }}

{{ __('Non Commercial') }}:

{{ __('Invoice Number') }} (nf-e):

{{ __('Invoice Key') }} (nf-e):

{{ __('Reminder') }}:

{{ __('Coupon') }}:

{{ __('Content Declaration') }}

@php $item_index = 0; @endphp @foreach ($cart->items as $item)

{{ __('Name') }}:

{{ __('Quantity') }}:

{{ __('Value') }}(R$):

@php $item_index++; @endphp @endforeach
@if ($selected_company == 2)

{{ __('JadLog Agency') }}

{{ __('State') }}:

{{ __('City') }}:

{{ __('Agency') }}:

@endif
@endsection @section('scripts') @endsection