Car Data

Car Data

Action Project RecNo ChassisID Make Model Package Man Year Reg Year Color Shift Fuel Door Grade EngineSize Kobutsu Port EngineNo Seats Mileage1 Mileage2 Weight TotalWeight Length Width Height M3 MaxLoading Stock AuctionHouse LotNo BuyingPrice BuyingDate Shape Country City OtherOptions Options AuctionFees Radiation Rikuso THCCharges FOBCharges VainingCharges StorageCharges OtherCharges DHLCharges TotalExpences Shipment CNFFOB YesNo ShippingCharges InspectionCharges ExtraTranspor BuyingPriceCal CountrySlab ConverssionRate FOBPrice1 CNFPrice1 FOBPrice2 CNFPrice2 BuyingDateDocs MassoDate InyardDate ReserveDate SureOKDate ShipDate ShipOKDate BLDate ReleaseOKDate DHLDate InspectionDate VesselName Voyage BLNo TrackingNo DHLLink Created Date Updated Date
<!-- Tables Without Borders -->
<table class="table table-borderless table-nowrap">
    <thead>
        <tr>
            <th scope="col">Id</th>
            <th scope="col">Name</th>
            <th scope="col">Job Title&;/th>
            <th scope="col">Date</th>
            <th scope="col">Status</th>
            <th scope="col"></th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <th scope="row">1</th>
            <td>Annette Black</td>
            <td>Industrial Designer</td>
            <td>10, Nov 2021</td>
            <td><span class="badge bg-success-subtle text-success">Active</span></td>
            <td>
                <div class="hstack gap-3 fs-15">
                    <a href="javascript:void(0);" class="link-primary"><i class="ri-settings-4-line"></i></a>
                    <a href="javascript:void(0);" class="link-danger"><i class="ri-delete-bin-5-line"></i></a>
                </div>
            </td>
        </tr>
        <tr>
            <th scope="row">2</th>
            <td>Bessie Cooper</td>
            <td>Graphic Designer</td>
            <td>13, Nov 2021</td>
            <td><span class="badge bg-success-subtle text-success">Active</span></td>
            <td>
                <div class="hstack gap-3 fs-15">
                    <a href="javascript:void(0);" class="link-primary"><i class="ri-settings-4-line"></i></a>
                    <a href="javascript:void(0);" class="link-danger"><i class="ri-delete-bin-5-line"></i></a>
                </div>
            </td>
        </tr>
        <tr>
            <th scope="row">3</th>
            <td>Leslie Alexander</td>
            <td>Product Manager</td>
            <td>17, Nov 2021</td>
            <td><span class="badge bg-success-subtle text-success">Active</span></td>
            <td>
                <div class="hstack gap-3 fs-15">
                    <a href="javascript:void(0);" class="link-primary"><i class="ri-settings-4-line"></i></a>
                    <a href="javascript:void(0);" class="link-danger"><i class="ri-delete-bin-5-line"></i></a>
                </div>
            </td>
        </tr>
        <tr>
            <th scope="row">4</th>
            <td>Lenora Sandoval</td>
            <td>Applications Engineer</td>
            <td>25, Nov 2021</td>
            <td><span class="badge bg-danger-subtle text-danger">Disabled</span></td>
            <td>
                <div class="hstack gap-3 fs-15">
                    <a href="javascript:void(0);" class="link-primary"><i class="ri-settings-4-line"></i></a>
                    <a href="javascript:void(0);" class="link-danger"><i class="ri-delete-bin-5-line"></i></a>
                </div>
            </td>
        </tr>
    </tbody>
</table>