@extends('master')
@section('titulo')
{{ Lang::get($menu.'.titulo') }}
@endsection
@section('estilo')
@append
@section('conteudo')
@php $representante = isset($_GET['REPRESENTANTE']) ? $_GET['REPRESENTANTE'] : 0
@php $cliente = isset($_GET['CLEINTE']) ? $_GET['CLEINTE'] : 0
@php $pedido = isset($_GET['PEDIDO']) ? $_GET['PEDIDO'] : 0
@include('vendas._12040.modal_detalhar')
@include('vendas._12040.modal_tabela')
@include('vendas._12040.modal_perfil')
@endsection
@section('script')
@append