@extends('layouts/default') {{-- Page title --}} @section('title') Update Barcode Settings @parent @stop @section('header_right') {{ trans('general.back') }} @stop {{-- Page content --}} @section('content') {{ Form::open(['method' => 'POST', 'files' => false, 'autocomplete' => 'off', 'class' => 'form-horizontal', 'role' => 'form' ]) }} {{csrf_field()}}
{{ trans('admin/settings/general.qr_help') }}
@endif