@extends('layouts/contentNavbarLayout') @section('title', 'Wallet - Wallet Amount') @section('content')
| Task Name | Description | Status | Actions | Notes |
|---|---|---|---|---|
| {{ $task->name }} | {{ $task->description }} |
@foreach ($task->notes as $note)
{{ $note->note }} ({{ $note->created_at->format('Y-m-d H:i') }}) |