@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 Admin & Organizers Language') }}
@csrf
@foreach ($keywords as $keyword => $value)
{{-- here 'keyValues[]' used to take input's name with white space --}}
@endforeach
@endsection