@extends('layouts.app') @section('content')

{{ __('team.invitedTitle', ["team" => strtoupper($team->name)] ) }}

{{ __('team.invitedDesc') }}

{{ Form::open(["url" => route('membership.store', $team->token)]) }} {{ Form::close() }}
{{ __('team.register') }}
@endsection