@extends('admin.layouts.app') @section('title', $title) @section('content')

{{$title}} Sync / Update Translations

{{method_field('PUT')}} {{csrf_field()}}

{{$groups[$active_group]}} Phrases

@forelse($phrases as $phrase)
@if(str_contains($phrase->key, '|')) @endif @if($phrase->group == 'email') @endif @if($phrase->group == 'validation') @endif @if (strpos($phrase->value, ':') !== false)

Note: Don't change or modify the words starting with colon (:)

@endif
@empty

No Phrases Found.

@endforelse @if($phrases->count() > 0)
@endif
@endsection @push('scripts') @endpush