@extends('user.layout') @section('content')
{{ __('Translate_Keywords') }}
@csrf
@foreach ($vcardKeywords as $key => $value)
@endforeach
@endsection