@extends('layouts.master') @section('content')
NOMBRE | FECHA_PEDIDO | NUM_PEDIDO | GERENCIA | FECHA | NOMBRE_PUESTO | TELEFONO | CELULAR | WEB | DIRECCIÓN | INMUEBLE | DIRECCIÓN_ALTERNATIVA | @if($active_tab == 'atraccion_talento' || $active_tab == 'gerente_comercial')PUESTO_ATRACCION_GERENTE | @endifESTATUS | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$bc_order->NOMBRE}} | {{$bc_order->FECHA_PEDIDO}} | {{$bc_order->NUM_PEDIDO}} | {{$bc_order->GERENCIA}} | {{$bc_order->FECHA}} | {{$bc_order->NOMBRE_PUESTO}} | {{$bc_order->ORDER_EMAIL ? $bc_order->ORDER_EMAIL : $bc_order->EMAIL}} | {{$bc_order->ORDER_TELEFONO ? $bc_order->ORDER_TELEFONO : $bc_order->TELEFONO}} | {{$bc_order->ORDER_CELULAR ? $bc_order->ORDER_CELULAR : $bc_order->CELULAR}} | {{$bc_order->WEB}} | {{$bc_order->ORDER_DIRECCION ? $bc_order->ORDER_DIRECCION : $bc_order->DIRECCION}} | {{$bc_order->INMUEBLE}} | {{$bc_order->ORDER_DIRECCION_ALTERNATIVA ? $bc_order->ORDER_DIRECCION_ALTERNATIVA : $bc_order->DIRECCION_ALTERNATIVA}} | @if($active_tab =='atraccion_talento' || $active_tab == 'gerente_comercial'){{$bc_order->PUESTO_ATRACCION_GERENTE}} | @endif{{$bc_order->ESTATUS}} |