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

Consignment & Job Creation

@csrf @method('PUT')

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('blawbno'))

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

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

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

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

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

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

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

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

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

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

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

@endif

Consignment information

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@endif
@if($model->nett)

Amount Demand And Received With Date Against This Consignment

@if( $data) @foreach ($data as $key => $item)
@endforeach @endif
@endif @if($model->nett)

Documents

@if( $data) @foreach ($data as $key => $item)
@endforeach @endif
@endif
@endsection @section('js') @endsection