@extends('metronic.base') @section('titulo') file @endsection @section('title') Orden de Venta @endsection @section('extracss') @endsection @section('content') @include('sessions') @if ($errors->any())
@endif

Mis ordenes de venta

{{-- @foreach ($fileO as $file) @endforeach
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
--}}

@component('components.table') @slot('thead') {{ __('Código de Cotización') }} {{ __('Código de Archivo') }} {{ __('Nombre del Cliente') }} {{ __('Creada por') }} {{ __('Nombre del Usuario') }} {{ __('Fecha de Creación') }} {{ __('Estado') }} {{ __('Acciones') }} {{ __('ID') }} @endslot @slot('tfoot') {{ __('codigo_cotizacion') }} {{ __('file_code') }} {{ __('nombre_cliente') }} {{ __('creada_por') }} {{ __('name') }} {{ __('created_at') }} {{ __('file_status') }} @endslot @endcomponent @include('File.modals.addFile') {{-- Agregar BL modal --}} @include('File.modals.addBL') @include('File.modals.deleteFile') @include('File.modals.notificacionModal') @endsection @section('extrajs') @endsection