@extends('layouts.app') @section('content')
Date | Label | Module | Credit | Debit | Balance | Status | Action |
---|---|---|---|---|---|---|---|
{{ date('d M, Y', strtotime($entry->date)) }} | {{ $entry->label }} | {{ $entry->module }} | {{ $entry->credit ? number_format($entry->credit) : '-' }} | {{ $entry->debit ? number_format($entry->debit) : '-' }} | {{ $entry->balance ? number_format($entry->balance) : '-' }} | {{ $entry->status }} | @if($entry->deletable) @endif |