diff --git a/resources/views/v2/transactions/edit.twig b/resources/views/v2/transactions/edit.twig new file mode 100644 index 0000000000..879ed288fe --- /dev/null +++ b/resources/views/v2/transactions/edit.twig @@ -0,0 +1,23 @@ +{% extends './v2/layout/default' %} +{% block breadcrumbs %} + {{ Breadcrumbs.render }} +{% endblock %} +{% block content %} + + + +
+ +{% endblock %} + +{% block styles %} + +{% endblock %} + +{% block scripts %} + + +{% endblock %}