@extends('layouts.app') @section('content')
| Date | Type | Credit | Debit | Balance |
|---|---|---|---|---|
| Balance B/F | {{ $balance }} | |||
| {{ date('d M, Y',strtotime($entry->date)) }} | {{$entry->reference ?: "-"}} | {{$entry->credit ?: "-"}} | {{ $entry->debit ?: "-" }} | {{ $entry->balance ?: "-" }} |