@extends('admin.layouts.default') @section('title', 'Language') @section('content')
@for($ii=0;$ii<2;$ii++)

{{_l("Copy all of this and paste in google translate")}}

{{_l("Copy Text")}}
@for($i=$begin;$i<$end;$i++) {{ $rows[$i] }}
@endfor

{{_l("Paste all the translate text from google translate, one per line")}}

@endfor
@stop