@extends('layouts.app') @section('content')
| {{ __('reports.gl_manage.common.date') }} | {{ __('reports.gl_manage.common.entry_no') }} | {{ __('reports.gl_manage.posting_log.source') }} | {{ __('reports.gl_manage.common.description') }} | {{ __('reports.gl_manage.common.status') }} | {{ __('reports.gl_manage.common.debit') }} | {{ __('reports.gl_manage.common.credit') }} | |
|---|---|---|---|---|---|---|---|
| {{ $e->entry_date }} | {{ $e->entry_no }} |
{{ class_basename($e->source_type) }}
#{{ $e->source_id }}
|
{{ $e->description }} | {{ $e->status }} | {{ number_format($debit, 2) }} | {{ number_format($credit, 2) }} | {{ __('reports.gl_manage.common.view') }} |
| {{ __('reports.gl_manage.common.no_data') }} | |||||||