@section('page_title')
@lang('LDIF Import Result')
To Server XXX
@endsection @section('main-content')
@foreach ($result as $item) @endforeach
@lang('DN') @lang('Result') @lang('Line')
{{ $item->get('dn') }} {{ $item->get('result') }} {{ $item->get('line') }}
{{ $ldif }}
@endsection @section('page-scripts') @append