@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_field() }}
@includeIf('admin.language.addKeywords')
@endsection @section('vuescripts') @endsection