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