@extends('master') @section('titulo') {{ Lang::get('logistica/_14020.titulo') }} @endsection @section('estilo') @endsection @section('conteudo')
@php $itens = isset($_GET['ITENS' ]) ? $_GET['ITENS' ] : '[]' @php $cliente_id = isset($_GET['CLIENTE_ID' ]) ? $_GET['CLIENTE_ID' ] : '' @php $cidade_id = isset($_GET['CIDADE_ID' ]) ? $_GET['CIDADE_ID' ] : ''
Comparar Transportadoras
Classificação: @{{ item.TRANSPORTADORA_CLASSIFICACAO }}
Valor Frete: R$ @{{ item.VALOR_FINAL || 0 | number : 2 }}
% Frete: @{{ (item.VALOR_FINAL / item.VALOR_TOTAL) * 100 || 0 | number : 2 }}%
Prazo Entrega: @{{ item.CIDADE_PRAZO_ENTREGA || 0 | number : 0 }} dias úteis
Exibir Detalhamento
@{{ composicao.DESCRICAO }}
Campo Val.Sim.
@{{ detalhe.DESCRICAO }} @{{ detalhe.VALOR | number : 4 }}
@endsection @section('script') @append