@extends('layouts/default') {{-- Page title --}} @section('title') Update Branding Settings @parent @stop @section('header_right') {{ trans('general.back') }} @stop {{-- Page content --}} @section('content') {{ Form::open(['method' => 'POST', 'files' => true, 'autocomplete' => 'off', 'class' => 'form-horizontal', 'role' => 'form' ]) }} {{csrf_field()}}
{{ trans('general.lock_passwords') }}
@else {{ Form::file('image') }} {!! $errors->first('image', ':message') !!} {{ Form::checkbox('clear_logo', '1', Input::old('clear_logo'),array('class' => 'minimal')) }} Remove @endif{{ trans('admin/settings/general.show_url_in_emails_help_text') }}
{{ 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') }}