@extends('layouts.admin') @section('content')
Issue Eseal
@csrf
@if($errors->has('container_number'))
{{ $errors->first('container_number') }}
@endif {{ trans('cruds.export.fields.container_number_helper') }}
@if($errors->has('shipping_date'))
{{ $errors->first('shipping_date') }}
@endif {{ trans('cruds.export.fields.shipping_date_helper') }}
@if($errors->has('sealing_date'))
{{ $errors->first('sealing_date') }}
@endif {{ trans('cruds.export.fields.sealing_date_helper') }}
@if($errors->has('destination_custom'))
{{ $errors->first('destination_custom') }}
@endif {{ trans('cruds.export.fields.destination_custom_helper') }}
@if($errors->has('eseal'))
{{ $errors->first('eseal') }}
@endif {{ trans('cruds.export.fields.eseal_helper') }}
 No   Yes
Cancel
@endsection