@extends('layouts.nebulox', [ 'title' => 'Invită utilizator', 'subtitle' => 'Trimite invitație (email + token în STAGE 4)' ]) @section('content')
Invită utilizator
@csrf
În STAGE 4 legăm invitația de flow-ul Breeze Register + email cu token.
Invitații recente
@forelse(($invites ?? []) as $i) @empty @endforelse
EMAIL NUME PHONE STATUS CREATED
{{ $i->email }} {{ $i->lastName }} {{ $i->firstName }} {{ $i->phone }} {{ $i->status }} {{ $i->created_at }}
No invites yet.
@endsection