@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('admin/settings/general.asset_tag_title') }} @parent @stop @section('header_right') {{ trans('general.back') }} @stop {{-- Page content --}} @section('content')
{{csrf_field()}}

{{ trans('general.asset_tags') }}

{{ trans('admin/settings/general.auto_increment_assets') }}
{!! $errors->first('next_auto_tag_base', '') !!}
@if ($setting->auto_increment_assets == 1) {!! $errors->first('auto_increment_prefix', '') !!} @else @endif
{!! $errors->first('zerofill_count', '') !!}
@stop