@extends('admin.layouts.admin')
@section('title', 'Edit ' . $language->name . ' Translate')
@section('content')
{{ '{any word}' }}.
{{ __('Also, avoid translating words that start with a colon, e.g.,') }}
{{ __(':date') }}, {{ __(':attribute') }}.