{{ html()->form('POST', route('saveLangContent'))->attribute('data-toggle', 'validator')->open() }}
@foreach($flatArray as $key => $val) @endforeach
{{ __('message.key') }} {{ __('message.value') }}
{{ $val }} ({{ $key }})

{{ html()->submit( __('message.save') )->class('btn btn-md btn-primary float-end') }} @if(isset($id)) {{ html()->closeModelForm() }} @else {{ html()->form()->close() }} @endif