@extends('layouts.master') @section('title', 'Customer Processing') @section('content')
| # | Type | Reference | Date | Status | Actions |
|---|---|---|---|---|---|
| {{ ($documents->currentPage() - 1) * $documents->perPage() + $loop->iteration }} | {{ $doc->document_type }} | {{ $doc->document_number }} | {{ optional($doc->document_date)->format('Y-m-d') }} | {{ $doc->status }} | View @if($doc->type === 'quotation' && $doc->status !== 'converted') @elseif($doc->type === 'sales_order') @endif |
| No documents found. | |||||
| Source | Target | Link Type | Status |
|---|---|---|---|
| {{ $l->source_type }} #{{ $l->source_id }} | {{ $l->target_type }} #{{ $l->target_id }} | {{ $l->link_type }} | {{ $l->status }} |