@extends('core::layouts.app') @section('title', __('Localization')) @section('content')

@lang('Localization')

@include('core::partials.admin-sidebar')
@csrf

@lang('Localization')

@lang('You can add new language here'): {{url(config('translation.ui_url'))}}

@stop