@extends('layouts.front.app') @section('css') @endsection @section('content')
@if($products->count() > 0)
{{--
{{ csrf_field() }} --}}
user()->type_customer === 'F') checked @endif>
user()->type_customer === 'J') checked @endif>
user()->type_customer === 'X') checked @endif>
{{--
--}}
@php $preco_valido = $cartTotal; @endphp
{{ config('cart.currency_symbol') }}
{{--
--}}

{!! captcha_img() !!}

R
@else

Nenhum produto no carrinho. Comprar!

@endif
@endsection @section('js') @endsection