@extends('user.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') }}
@csrf
@foreach ($languageKeywords as $key => $val)
@endforeach
@endsection