@if(isset($addresses) && $addresses->count() > 0 )
@foreach ($addresses as $address)
id) checked @endif @if($addresses->count() === 1) checked @endif data-zip="{{ $address->zip }}" >
{{ $address->address_1 }}, {{ $address->numero }}
@if ($address->address_2) - {{ $address->address_2 }}@endif
CEP: {{ $address->zip }} - {{ $address->cidade->nome_municipio }}/{{$address->cidade->uf}}
@if($returnFrete)
Selecione o método de retirada (ou entrega):
@endif
@endforeach
@if(!$order_id)
Adicionar novo endereço
@endif
@else
@if(!$order_id)
Adicionar novo endereço
@endif
@endif
Próximo passo
@php
$pagamentos = explode(',', config('payees.name'));
@endphp
@foreach ($pagamentos as $pagamento)
@if ($pagamento === 'cielo')
|
@endif
@if ($pagamento === 'erede')
|
@endif
@if ($pagamento === 'getnet')
|
@endif
@if ($pagamento === 'pagseguro')
|
@endif
@if ($pagamento === 'bank-transfer')
|
@endif
@endforeach
Próximo
|
{{-- Para o endereço --}}
{{-- Para o comprador --}}
@include(config('site.domain').'.front.payments.bank-transfer')
@include(config('site.domain').'.front.payments.form-payment', ['gateway' => 'cielo', 'products' => $products, 'total' => $total, 'subtotal' => $subtotal])
{{--
@include(config('site.domain').'.front.payments.form-payment', ['gateway' => 'erede', 'products' => $products, 'total' => $total])
--}}
{{--
@include(config('site.domain').'.front.payments.form-payment', ['gateway' => 'getnet', 'products' => $products, 'total' => $total])
--}}
{{-- @include(config('site.domain').'.front.payments.pagseguro') --}}
{{-- @include(config('site.domain').'.front.payments.paypal') --}}
{{-- @include(config('site.domain').'.front.payments.stripe') --}}