@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.dashboard') }} | {{ __('basic.journal entry') }}
{{ __('basic.new entry') }} {{ __('basic.search filter') }}
{{ __('basic.journal entry') }}
@foreach ($entries as $item) @endforeach
{{ __('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) @if(!$loop->last OR $item->type == 1) @endif @endforeach
{{ $item->total_amount}} @if(count($item->items) > 0) {{ $item->items[0]->currency->code }} @endif
@endsection @section('js') {{-- data table --}} @endsection