@extends('appshell::layouts.public') @section('title'){{ __('Just joined :appname', ['appname' => $appname]) }}@stop @section('content')

{{ __('Welcome to :appname', ['appname' => $appname]) }}

{{ __('Congrats :name, you have successfully joined :appname.', ['name' => $user->name, 'appname' => $appname]) }}

@endsection