pingcrm/resources/js/Pages/Reports/Index.vue

16 lines
225 B
Vue
Raw Normal View History

2019-03-18 08:53:00 -03:00
<template>
<layout title="Reports">
<h1 class="mb-8 font-bold text-3xl">Reports</h1>
</layout>
</template>
<script>
import Layout from '@/Shared/Layout'
export default {
components: {
Layout,
},
}
</script>