@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('admin/settings/general.update') }} @parent @stop {{-- Page content --}} @section('content') {{ Form::open(['method' => 'POST', 'files' => true, 'class' => 'form-horizontal', 'role' => 'form' ]) }} {{ Form::hidden('_token', csrf_token()) }}
{{ trans('admin/settings/general.full_multiple_companies_support_help_text') }}
{{ trans('general.lock_passwords') }}
@else {{ Form::file('logo_img') }} {!! $errors->first('logo', ':message') !!} {{ Form::checkbox('clear_logo', '1', Input::old('clear_logo'),array('class' => 'minimal')) }} Remove @endif{{ trans('general.lock_passwords') }}
@else {{ Form::textarea('custom_css', Input::old('custom_css', $setting->custom_css), array('class' => 'form-control','placeholder' => 'Add your custom CSS')) }} {!! $errors->first('custom_css', ':message') !!} @endif{{ trans('admin/settings/general.custom_css_help') }}
{{ trans('admin/settings/general.qr_help') }}
@endif{{ trans('admin/settings/general.default_eula_help_text') }}
{!! trans('admin/settings/general.eula_markdown') !!}
{!! trans('admin/settings/general.slack_integration_help',array('slack_link' => 'https://my.slack.com/services/new/incoming-webhook')) !!}
{{ trans('admin/settings/general.ldap_server_cert_help') }}