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

{{ __('External Account') }}

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

{{ __('Connection') }}

@include('parts.errors', ['name' => 'username'])
@include('parts.errors', ['name' => 'domain'])
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