@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('admin/settings/general.ldap_ad') }} @parent @stop @section('header_right') {{ trans('general.back') }} @stop {{-- Page content --}} @section('content') @if ((!function_exists('ldap_connect')) || (!function_exists('ldap_set_option')) || (!function_exists('ldap_bind')))