@extends('layouts.app') @section('title', 'Import Dashboard') @section('breadcrumbs') @endsection @section('content')
Overview of import operations
Total Orders
In Transit
Pending Clearance
Completed
| Order # | Supplier | Product | Status |
|---|---|---|---|
| {{ $order->order_number }} | {{ $order->supplier->name ?? 'N/A' }} | {{ $order->product_description }} | {{ ucfirst($order->status) }} |
| No recent orders | |||