- {{ mealType.name }} -
-{{ mealType.description }}
-{{ mealType.description }}
-+ Lorem ipsum dolor sit amet consectetur adipiscing elit maecenas. +
+
+import SectionTitle from '@/Components/atoms/SectionTitle.vue';
+import { formatDate, formatMoney } from '@/utils';
+import { AtBadge } from "atmosphere-ui"
+
+
+defineProps<{
+ payment: {
+ amount: number;
+ name: string;
+ due_date: string;
+ }
+}>();
+
+
-