@extends('admin.layouts.form')
@section('section', translate('Settings'))
@section('title', translate(':language_name Translates', ['language_name' => $language]))
@section('back', route('admin.settings.language.index'))
@section('content')
{{ translate('Important!') }}
{!! translate(
'There are some words that should not be translated that start with some tags or are inside a tag :words etc...',
['words' => ':value, :seconds, :min, ::max, {username}'],
) !!}
{{ translate('You must clear the cache after saving the translations.') }}
{{ $translates->links() }}
@push('scripts_libs')
@endpush
@push('scripts')
@endpush
@endsection