@extends('layouts.nav') @section('title') GL Report @endsection @section('content')
![]() {{$name}} GL Report |
|
Currency: {{$currnames}} From: {{$from}} To: {{$to}} |
|
Date | Description | Total | ||||||||||
{{$to}} | {{$code.' '.$name}} | @php $b =$tran->Total; @endphp @if($tran->Total < 0) ({{ number_format(abs($tran->Total), 2) }}) @else {{ number_format($tran->Total, 2) }} @endif | ||||||||||
|