@extends('backend/layouts/default') {{-- Page title --}} @section('title') Update Settings :: @parent @stop {{-- Page content --}} @section('content')
Back

Update Settings


@foreach ($settings as $setting)
{{ $errors->first('site_name', ':message') }}
{{ $errors->first('per_page', ':message') }}
@if ($is_gd_installed) qr_code === '1' ? 'checked' : '' }} /> @else PHP Image Processing and GD plugin is NOT installed.
You must install php-gd to display QR codes, see install instructions.
@endif {{ $errors->first('qr_code', ':message') }}
@if ($setting->qr_code === '1') @else Enable QR Codes first to set this @endif {{ $errors->first('qr_text', ':message') }}
@endforeach
@lang('general.cancel')


These settings let you customize certain aspects of your installation.

@stop