@extends('layouts.admin') @section('content')
@csrf

{{ trans('global.create') }} {{ trans('cruds.parcel.title_singular') }}

@if($errors->has('date')) {{ $errors->first('date') }} @endif {{ trans('cruds.parcel.fields.date_helper') }}
@if($errors->has('tracking_no')) {{ $errors->first('tracking_no') }} @endif {{ trans('cruds.parcel.fields.tracking_no_helper') }}
@if($errors->has('batch_no')) {{ $errors->first('batch_no') }} @endif {{ trans('cruds.parcel.fields.batch_no_helper') }}
@if($errors->has('marking_code')) {{ $errors->first('marking_code') }} @endif {{ trans('cruds.parcel.fields.marking_code_helper') }}
@if($errors->has('status')) {{ $errors->first('status') }} @endif {{ trans('cruds.parcel.fields.status_helper') }}
@if($errors->has('description')) {{ $errors->first('description') }} @endif {{ trans('cruds.parcel.fields.description_helper') }}

Parcel Detail

@if($errors->has('weight')) {{ $errors->first('weight') }} @endif {{ trans('cruds.parcel.fields.weight_helper') }}
@if($errors->has('volume')) {{ $errors->first('volume') }} @endif {{ trans('cruds.parcel.fields.volume_helper') }}
@if($errors->has('length')) {{ $errors->first('length') }} @endif {{ trans('cruds.parcel.fields.length_helper') }}
@if($errors->has('width')) {{ $errors->first('width') }} @endif {{ trans('cruds.parcel.fields.width_helper') }}
@if($errors->has('height')) {{ $errors->first('height') }} @endif {{ trans('cruds.parcel.fields.height_helper') }}
@if($errors->has('package_number')) {{ $errors->first('package_number') }} @endif
@if($errors->has('unit_measure')) {{ $errors->first('unit_measure') }} @endif
{{ trans('cruds.parcel.fields.package_number_helper') }} {{ trans('cruds.parcel.fields.unit_measure_helper') }}
@if($errors->has('packing')) {{ $errors->first('packing') }} @endif {{ trans('cruds.parcel.fields.packing_helper') }}
Cancel
@endsection @section('scripts') @endsection