@extends('backend.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('backend.partials.rtl-style') @section('content')
{{ __('Keywords of') . ' ' . $language->name . ' ' . __('Language') }}
{{ __('Back') }}
@csrf
@foreach ($keywords as $keyword => $value)
{{-- here 'keyValues[]' used to take input's name with white space --}}
@endforeach
@endsection