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

{{ __('CardDav credentials') }}

@csrf
@include('parts.errors', ['name' => 'carddav_id'])
@include('parts.errors', ['name' => 'username'])
@include('parts.errors', ['name' => 'realm'])
@include('parts.errors', ['name' => 'password'])
@endsection