Start of implementation of Import and Export using LDIF

This commit is contained in:
2024-01-11 08:59:40 +11:00
parent ded1f74285
commit 4c8bd1c81f
30 changed files with 1118 additions and 925 deletions

View File

@@ -0,0 +1,9 @@
@extends('architect::layouts.error')
@section('title')
@lang('Not Implemented') <small>(555)</small>
@endsection
@section('content')
{{ $exception->getMessage() }}
@endsection

View File

@@ -0,0 +1,9 @@
@extends('architect::layouts.error')
@section('title')
@lang('Error') <small>(598)</small>
@endsection
@section('content')
{{ $exception->getMessage() }}
@endsection