@extends('layouts.main') @section('breadcrumb') @include('admin.account.parts.breadcrumb_accounts_index') @include('admin.account.parts.breadcrumb_accounts_edit', ['account' => $account]) @endsection @section('content')

user-circle-dashed {{ __('External Account') }}

@if($externalAccount->id) trash {{ __('Delete') }} @endif
@include('admin.account.parts.tabs')
@csrf @method('post')

{{ __('Connection') }}

@include('parts.errors', ['name' => 'username'])
id) required @endif> @if($externalAccount->id){{ __('Fill to change') }}@endif @include('parts.errors', ['name' => 'password'])
isNotEmpty())open @endif>

{{ __('Other information') }}

@include('parts.errors', ['name' => 'realm'])

@endsection