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

{{ trans('admin/settings/general.localization') }}

{!! $errors->first('locale', '') !!}
{!! $errors->first('name_display_format', '') !!}
{!! $errors->first('time_display_format', '
') !!}
{!! $errors->first('week_start', '
') !!}
{!! $errors->first('default_currency', '') !!}
@stop