@extends('layouts.default') @section('title', trans_choice('reports.standard.standardreports', 1) . ' | ' .trans('reports.standard.auditlog')) @section('new_button') {{-- // --}} @endsection @section('content')
| DATE | NAME | TRANSACTION TYPE | AMOUNT | |
|---|---|---|---|---|
| {{ Date::parse($li->created_at)->format($date_format) }} | {{ ucwords($li->name) }} | {{ ucfirst($li->transaction_type) }} | @if($li->amount_type == 'add')@money($li->amount, 'USD', true) | @else- @money($li->amount, 'USD', true) | @endif