@extends('layouts.admin-simple') @section('title', 'Incoming Operations') @section('breadcrumb')
Enhanced construction materials receiving system
| Operation # | Type | Date | Supplier/Source | Status | Total (AED) | Actions |
|---|---|---|---|---|---|---|
| {{ $operation->operation_number }} | {{ ucfirst(str_replace('_', ' ', $operation->operation_type)) }} | {{ $operation->operation_date }} | {{ $operation->supplier->name ?? '-' }} | {{ ucfirst(str_replace('_', ' ', $operation->status)) }} | {{ number_format($operation->total_amount_aed ?? 0, 2) }} | visibility |
There are no incoming operations to display.
@can('warehouse.incoming.create') add Create First Operation @endcan