@extends('metronic.base')
@section('titulo') file @endsection @section('title') Orden de Venta @endsection @section('extracss') @endsection @section('content') @include('sessions') @if ($errors->any())Por favor corrige los siguientes errores
Mis ordenes de venta
{{--Item | Codigo cotizacion | Código | Cliente | Vendedor | Operativo | Fecha | Estado | Acciones |
---|---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $file->completa->inicial->codigo_cotizacion }} | {{ $file->file_code }} | {{ $file->cliente }} | {{ $file->completa->inicial->creada_por }} | {{ $file->operativo }} | {{ date('d/m/Y', strtotime($file->created_at)) }} | {{ $file->file_status }} | @if ($file->file_status == 'En proceso') SIN ACCIONES @if (true) {{-- $file->completa->inicial->servicio->tipo == 'LCL' || $file->completa->inicial->servicio->tipo == 'FCL' || $file->completa->inicial->servicio->tipo == 'MIA' Estaba comentado @php $serv = $file->completa->inicial->servicio->id; @endphp @if ($serv === 1 || $serv === 2 || $serv === 3 || $serv === 4 || $serv === 11) @endif @if ($file->bl_created == 1) @else @if (in_array($file->completa->inicial->servicio->codigo_servicio, ['IMLCL', 'IMFLC', 'EMLCL', 'EMFCL', 'EMFCLA'])) @elseif (in_array($file->completa->inicial->servicio->codigo_servicio, ['ITLTL', 'ITFTL', 'ETLTL', 'ETFTL'])) @elseif (in_array($file->completa->inicial->servicio->codigo_servicio, ['IAER', 'EAER'])) @endif @endif @endif @endif |