@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('exporter'))

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

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

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

@endif
@include('admin.consignments.price-section')
@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
@if($errors->has('lc_date'))

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

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

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

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

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

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

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

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

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

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

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

@endif