@extends('admin.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('admin.partials.rtl-style') @section('content')
{{ __('Keywords of') . ' ' . $language->name . ' ' . __('Language') }}
{{ __('Back') }}
@csrf
@foreach ($keywords as $keyword => $value)
@endforeach
@endsection