@extends('layouts.app')
@section('title')
{{ __('messages.transactions') }}
@endsection
@section('content')
@include('flash::message')
@include('transactions.payment-notes-modal')
{{ Form::hidden('currency', getCurrencySymbol(), ['id' => 'currency']) }}
@endsection