@extends('layouts.common') @section('headers') @endsection @section('content')

Crear entrada.

Encabezado
@csrf
reviewed){{ ($income->reviewed)?'checked':'' }}@endisset>
urgent){{ ($income->urgent)?'checked':'' }}@endisset>
onhold){{ ($income->onhold)?'checked':'' }}@endisset>

@csrf
@csrf
@php if(isset($numero_de_entrada)) { $packinglist_path='/public/entradas/'.$numero_de_entrada.'/packing_list/packing-list.pdf'; if (Storage::exists($packinglist_path)) { echo "
"; echo "
"; echo "
"; echo "
Packing list
"; echo "
"; echo "

Tamaño: ". round(Storage::size($packinglist_path)/1000000,2,PHP_ROUND_HALF_UP ) ." Mb

"; echo "
"; } } @endphp

@csrf
@csrf

@php if(isset($numero_de_entrada)) { $income_imgs_paths='public/entradas/'.$numero_de_entrada.'/images/'; $income_imgs = Storage::files($income_imgs_paths); foreach ($income_imgs as $income_img) { $img_file_name_array=explode('/',$income_img); $img_file_name=$img_file_name_array[count($img_file_name_array)-1]; $img_file_url='storage/entradas/'.$numero_de_entrada.'/images/'.$img_file_name; echo "
"; echo "
"; echo "
".$img_file_name."
"; echo "
"; echo " "; echo "
"; } } @endphp
Partidas
@php if(isset($income)) { $income_row_index = 0; foreach ($income->income_rows as $income_row) { $income_row_index++; echo ""; } } @endphp
@csrf

@if (Auth::user()->canEditPartNumber())
@endif
Peso Neto Peso Bruto Piezas UM Bultos UM
0 0 0 0
@csrf
@endsection @section('scripts') @endsection