@extends('panel.layout.app') @section('title', __('Team')) @section('content')
{{ $user?->fullName() }}
@if ($member->joined_at)@lang('Member Since') {{ $member->joined_at->format('M d, Y') }}
@endif @lang(strtoupper($member->status))@lang('Your Team Plan')
@lang("You have the Team plan which has a remaining balance of :word words and :image images.", ['word' => $remaining_words, 'image' => $remaining_images])
1@lang('Manage User')