{{ $account->name }}

@isset($breadcrumbs) @endisset
@if($isAuthorized)
@include ('core.accounts.forms.update')
@endif

Instances

{{-- Instance creation moved to admin panel --}} @if(false && $isAuthorized) @endif
    @foreach($account->instances as $instance) @if($instance->hasUser(auth()->user()) || $isAuthorized)
  • {{ $instance->name }} {{ $instance->name }}

    Go to instance @if($isAuthorized) Manage Instance {{-- --}} @endif

    @csrf @method('PUT')
  • @endif @endforeach
@if($isAuthorized) @endif

Summary

Created
Created date
Updated
Updated date
{{-- --}}
@if(false) @endif