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

Consignment & Job Creation

@csrf

Create 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
@if($errors->has('data'))

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

@endif @include('admin.consignments.price-section')
@endsection @section('js') @endsection