@extends('app') @section('content') @include('flash::message')

Transaction History: Agreement {{$agreement->code}} - {{$agreement->description}}

{{--@if (!$agreement->history) @endif--}}
@if ($agreement->transactions_by_date)
Effective Date Type Comment Reference Interest Capital Amount Balance
@else
Payment
No
Effective Date Type Comment Reference Interest Capital Amount Balance
@endif
@stop @section('footer') @stop @section('scripts') @stop