%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/forge/takeaseat.eco-n-tech.co.uk/components/partials/
Upload File :
Create Path :
Current File : //home/forge/takeaseat.eco-n-tech.co.uk/components/partials/Invitation.vue

<template>
  <div class="relative overflow-auto text-center sm:text-left grid grid-cols-1 sm:grid-cols-2 p-4 mb-3 bg-white rounded-lg">
    <div class="relative whitespace-nowrap">
      <h2 class="block text-md font-bold">{{ invitation.first_name+' '+invitation.last_name }}</h2>
      <a class="text-sm text-black text-opacity-75" :href="'mailto'+invitation.email">{{ invitation.email }}</a>
    </div>
    <div class="flex flex-col sm:items-end justify-center">
      <span class="block font-bold text-sm">Invite Sent</span>
      <span class="block text-sm text-black text-opacity-75">{{ invitation.created_at }}</span>
    </div>
  </div>
</template>

<script>
export default {
  props: {
    invitation: Object
  }
}
</script>

Zerion Mini Shell 1.0