@extends('template.layout') @section('title', 'Tell A Friend') @section('submenuItem', 'accountmanagement') @section('content')
Tell-A-Friend

New {{ config('server.serverName') }} Friends Invited Via Link

@forelse($invitedAccounts as $account) @php if($account->bonus_recive == 2){ continue; } @endphp @empty @endforelse
Date Friend Source State Redeem
{{ date('M d Y', strtotime($account->created_at)) }} {{ $account->characters->first()->name }} Link joined @if($account->bonus_recive == 1)
@else Not ready to redeem yet. @endif
No invitations yet.
» Pages: 1
» Results: 1

@endsection