@extends('layouts.master') @section('title', 'Journal Entry | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.journal entry')) @section('css') @endsection @section('content')
| {{ __('basic.transaction') }} | {{ __('basic.date') }} | {{ __('basic.total transcation') }} | {{ __('basic.current balance') }} | |
|---|---|---|---|---|
|
@php
$icon = "fas fa-wallet";
$icon_color = "main-color";
@endphp
{{ "(". $item->new_id . ")" . $item->date }}{{ $item->description . " - ". $item->code }} |
@foreach ($item->items as $item_m)
{{ $item_m->account->name }}
@if(!$loop->last OR $item->type == 1)
@endif
@endforeach
|
{{ $item->total_amount}} @if(count($item->items) > 0) {{ $item->items[0]->currency->code }} @endif |