@extends('layouts.admin') @section('styles') @endsection @section('content')

{{ __('Melhor Envio Shipping') }}

@include('includes.admin.partials.shipping-tabs')
{{ csrf_field() }} @include('includes.admin.form-both')

{{ __('Token') }}:

{{ __('Production Mode') }}:

{{ __('Calculate Insurance') }}:

{{ __('If the total order amount is greater than the maximum insurance amount, the service will not be shown') }}

{{ __('Calculate Receipt') }}:

{{ __('Calculate Own Hand') }}:

{{-- Collect not working on Melhor Envio yet --}} {{--

{{ __('Calculate Collect') }}:

--}}

{{ __('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 Postal Code') }}:

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

{{ __('Avaiable services') }}

@if (count($melhorenvio_companies) == 0)
{{ __('No companies and services found, please update') }}
@endif @foreach ($melhorenvio_companies as $company)
{{ $company->name }}

{{ $company->name }}

@foreach ($company->services as $service)
@endforeach
@endforeach
@endsection @section('scripts') @endsection