{{__('admin.Section Content')}}

{{__('admin.Language')}}


@foreach ($section_content_languages as $content)
{{ $content->section_name }}

@csrf @method('PUT')
@if (request()->get('lang_code') != 'en')
@endif
@endforeach