@extends('layouts.admin-simple') @section('title', 'Pending Allocation') @section('breadcrumb')
Allocations waiting to be assigned to projects
| # | Allocation # | Project | Assets | Requested By | Date | Actions |
|---|---|---|---|---|---|---|
| {{ $allocations->firstItem() + $i }} | {{ $alloc->allocation_number }} |
{{ $alloc->project ? $alloc->project->project_name : '-' }} | {{ $alloc->items->count() }} | {{ $alloc->requester ? $alloc->requester->name : '-' }} | {{ $alloc->created_at ? $alloc->created_at->format('M d, Y') : '-' }} | Review |
| No pending allocations. | ||||||