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