@extends('layouts.layout-2') @section('content')

Keywords

@foreach($keywords as $value) @endforeach
  {{__('Name')}}
{{ $value->name }}
@endsection