@extends('client.layouts.app') @section('page_title', __('client.navigation.text_blocks')) @section('content')

{{ __('client.navigation.text_blocks') }}

@method('PUT') @csrf @foreach(getLanguages() as $locale => $language)

{{ $language }}

@error($nameField) {{ $message }} @enderror
@endforeach
@endsection @section('custom_scripts') @endsection