@extends('layouts.admin') @section('title', 'Bulk Translations') @section('page-title', 'Bulk Translations') @section('content')
Locale: {{ $translation_locale->code }} — {{ $translation_locale->name }}
@if($sourceLocale)
Source: {{ $sourceLocale->code }} — {{ $sourceLocale->name }}
@endif
@if(request()->boolean('refresh')) @endif @if(!empty($section)) @endif Search
@if(request()->boolean('refresh')) @endif @if(!empty($search)) @endif
Refresh Scan Back to Locales
@csrf @method('POST') @if(!empty($section)) @endif @if(!empty($search)) @endif
@if(!empty($section)) @endif @forelse(collect($rows->items())->chunk(4) as $chunk) @foreach($chunk as $row) @php($existing = $targetLines->get($row['group'] . '|' . $row['key'])) @endforeach @for($i = $chunk->count(); $i < 4; $i++) @endfor @empty @endforelse
English / Translation English / Translation English / Translation English / Translation
{{ $section }}
{{ $row['source'] }}
No source strings found.
@if($rows->hasPages()) {{ $rows->onEachSide(1)->links() }} @endif
Back @admincan('admin.translations.edit') Save @endadmincan
@endsection