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