@extends('admin.partials.layout') @section('css') @endsection @section('content')

Consignment & Job Creation

Jobs With Consignment information

@if($errors->has('job_number'))

{{ $errors->first('job_number') }}

@endif
@if($errors->has('customer_id'))

{{ $errors->first('customer_id') }}

@endif
@if($errors->has('exporter'))

{{ $errors->first('exporter') }}

@endif
@if($errors->has('currency'))

{{ $errors->first('currency') }}

@endif

Item Details

@foreach ($model->Items as $key => $item)


@endforeach

Total Quantity

: {{number_format($model->totalWeight(),2)}}

Total Value

: {{number_format($model->invoice_value,2)}}
@if($model)

Consignment information

@if($errors->has('po_number'))

{{ $errors->first('po_number') }}

@endif
@if($errors->has('machine_number'))

{{ $errors->first('machine_number') }}

@endif
@if($errors->has('pol'))

{{ $errors->first('pol') }}

@endif
@if($errors->has('pod'))

{{ $errors->first('pod') }}

@endif
@if($errors->has('eiffino'))

{{ $errors->first('eiffino') }}

@endif
@if($errors->has('freight'))

{{ $errors->first('freight') }}

@endif
@if($errors->has('insurance_in_pkr'))

{{ $errors->first('insurance_in_pkr') }}

@endif
@if($errors->has('insurance_in_fc'))

{{ $errors->first('insurance_in_fc') }}

@endif
@if($errors->has('lc'))

{{ $errors->first('lc') }}

@endif
lc_date) value="{{ \Carbon\Carbon::parse($model->lc_date)->format('Y-m-d')}}" @endif name="lc_date" class="form-control" placeholder="LC Date"> @if($errors->has('lc_date'))

{{ $errors->first('lc_date') }}

@endif
@if($errors->has('igmno'))

{{ $errors->first('igmno') }}

@endif
igm_date) value="{{\Carbon\Carbon::parse($model->igm_date)->format('Y-m-d') }}" @endif name="igm_date" class="form-control" placeholder="IGM Date" /> @if($errors->has('igm_date'))

{{ $errors->first('igm_date') }}

@endif
@if($errors->has('index_no'))

{{ $errors->first('index_no') }}

@endif
blawb_date) value="{{\Carbon\Carbon::parse($model->blawb_date)->format('Y-m-d') }}" @endif name="blawb_date" class="form-control" placeholder="BL/AWB Date"> @if($errors->has('blawb_date'))

{{ $errors->first('blawb_date') }}

@endif