Start of implementation of Import and Export using LDIF
This commit is contained in:
9
resources/views/errors/555.blade.php
Normal file
9
resources/views/errors/555.blade.php
Normal file
@@ -0,0 +1,9 @@
|
||||
@extends('architect::layouts.error')
|
||||
|
||||
@section('title')
|
||||
@lang('Not Implemented') <small>(555)</small>
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
{{ $exception->getMessage() }}
|
||||
@endsection
|
9
resources/views/errors/598.blade.php
Normal file
9
resources/views/errors/598.blade.php
Normal file
@@ -0,0 +1,9 @@
|
||||
@extends('architect::layouts.error')
|
||||
|
||||
@section('title')
|
||||
@lang('Error') <small>(598)</small>
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
{{ $exception->getMessage() }}
|
||||
@endsection
|
Reference in New Issue
Block a user