@extends('layouts.app') @section('title', 'Create Bill of Entry') @section('breadcrumb') @endsection @section('content')
@csrf

Create Bill of Entry

Complete customs declaration for import clearance

Cancel
@foreach(old('items', []) as $i => $item) @empty @endforelse
#Description of GoodsHS CodeUnitQtyUnit PriceFOB ValueFreightInsuranceCIF ValueBCD %BCD Amt
{{ $i+1 }}0.000.000.00
10.000.000.00
Totals:0.000.000.000.000.00
@endsection @push('scripts') @endpush