@extends('layout') @section('title', 'Add Artwork To Job') @section('content') {{ Form::open(['route' => 'artworks.store', 'files' => true, 'id' => 'upload-artwork']) }} {{ Form::hidden('job_id', $job->id, ['id' => 'job_id']) }}

Agregar diseño a orden {{ $job->jobnumber }}

@if(Session::has('message')) @endif @if(Session::has('error')) @endif

Cargar diseño

Revision Nombre de diseño Archivo de diseño Remover
{{ Form::select('revision[]', ['0' => '0', '1' => '1', '2' => '2', '3' => '3', '4' => '4', '5' => '5', '6' => '6'], '0', ['class' => 'form-control artwork-revision']); }} {{ Form::text('product[]', false, ['id' => 'product-text', 'class' => 'form-control artwork-product', 'placeholder' => 'Please enter the product name']) }}
Browse… {{ Form::file('file[]', ['class' => 'artwork-file']) }}

Agregar fila

@if($artwork_exists > 0)

Todos los diseños existentes