@extends('layouts.dash') @section('content')
Task Name
{{ $tasks->task->task_name }}
Assigned to
{{ $tasks->assignedUser->name }}
Status
{{ $tasks->user_status }}
Approval Status
{{ $tasks->approve_level1_status }}
Start Date
{{ $tasks->start_date }}
Due Date
{{ $tasks->end_date }}
Priority
{{ $tasks->priority }}
Approval By
{{ $tasks->task->approved_by_level1 }}
Approval Date
{{ $tasks->task->approved_level1_date }}
Item Name | Specifications | Quantity |
---|---|---|
{{ $it->item_name}} | {{ $it->specification}} | {{ $it->quantity}} |
Document |
---|
{{ $doc->file_name }} |
Voucher | Bill No | Amount | Receipt Name | Recipient Name | Remarks | Approve Status | Action |
---|---|---|---|---|---|---|---|
{{ $voucher->voucher }} | {{ $voucher->bill_no }} | {{ $voucher->amount }} | {{ $voucher->receipt_name }} | {{ $voucher->recipient_name }} | {{ $voucher->remarks }} | {{ $voucher->approve_status }} |
@if($voucher->approve_status == "completed")
@else
|
No remarks yet.
@endforelse