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

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

@stop