@extends('layouts.backend') @section('content')

Edit Load #{{ $job->reference }}

Job Status: @if ($job->status=='3') In progress @else {{ $job->getStatus->status }} @endif

@if ($job->status == '5')

Reason: {{ $job->reason }}

@endif

Type of Entry

    @foreach ($types_of_entry as $no => $type)
  • status > 1 && $job->status != 5) disabled @endif @if ($job->type_of_entry == $type->id) checked="checked" @endif />
  • @endforeach

GMR

  • status > 1 && $job->status != 5) disabled @endif @if ($job->gmr == '1') checked="checked" @endif />
  • status > 1 && $job->status != 5) disabled @endif @if ($job->gmr == '0') checked="checked" @endif />

Reference

status == 4) disabled="disabled" @endif name="customer_reference" value="{{$job->customer_reference}}">
@if (!empty($job->lrn))

LRN

{{$job->lrn}}
@endif
@if ($job->type_of_entry == '1' || $job->type_of_entry == '3' || $job->type_of_entry == '4')

Select UK Port

Select EU Port

@endif @if ($job->type_of_entry == '2')

Select EU Port

Select UK Port

@endif

Truck / Trailer Number

status > 1 && $job->status != 5) disabled @endif />
status > 1 && $job->status != 5) disabled @endif />

Please Upload your documents here. Only PDF, JPG, JPEG, EXCEL or WORD files are allowed.
Any other types will be ignored by the system.

status > 1 && $job->status != 5) disabled @endif />
Upload documents
@foreach ($uploads as $file)
@if ($job->status == 1 || $job->status == 7 || $job->status == 5)
@endif
{{ $file->getDocument->originalName }}
@endforeach
@if ($job->status == 4)

AICO Documents

@foreach ($downloads as $file)
@if ($job->status == 1 || $job->status == 7)
@endif
{{ $file->getDocument->originalName }}
@endforeach
@endif
@if ($job->status == 1 || $job->status == 5) @endif @if ($job->status > 1 && $job->import_dep == 0 && $job->status != 5 && $job->status != 4) @endif @if ($job->status > 1 && $job->import_dep > 0 && $job->status != 6 && $job->status!=4) @endif
@endsection