@extends('layouts.master') @section('page_title', 'Journal Entries') @section('content')
| Entry # | Date | Description | Total Amount | Status | Actions |
|---|---|---|---|---|---|
| {{ $entry->entry_number }} | {{ $entry->entry_date->format('Y-m-d') }} | {{ $entry->description }} | {{ number_format($entry->total_amount, 2) }} | {{ ucfirst($entry->status) }} | View Edit |
| No journal entries found. | |||||