@extends('admin.layout') @if (!empty($la) && $la->rtl == 1) @section('styles') @endsection @endif @if (empty($la) && $be->default_language_direction == 'rtl') @section('styles') @endsection @endif @section('content')
{{ __('Edit Language Keyword') }}
{{ __('Back') }} {{-- {{ __('Add Keywords') }} --}}
@csrf
@foreach ($languageKeywords as $key => $val)
@endforeach
{{-- @includeIf('admin.language.tenant.addKeywords') --}}
@endsection