@extends('layouts/contentLayoutMaster') @section('title', __('locale.menu.Keywords')) @section('vendor-style') {{-- vendor css files --}} @endsection @section('content') @can('view_keywords') {{ __('locale.labels.actions') }} {{ __('locale.labels.release') }} @endcan @if(auth()->user()->can('create_keywords')) {{__('locale.buttons.create')}} @elseif(auth()->user()->can('create_keywords') == false && auth()->user()->can('buy_keywords')) {{__('locale.keywords.buy_keyword')}} @endif {{ __('locale.labels.id') }} {{__('locale.labels.title')}} {{__('locale.labels.keyword')}} {{__('locale.plans.price')}} {{__('locale.labels.status')}} {{__('locale.labels.actions')}} @endsection @section('vendor-script') {{-- vendor files --}} @endsection @section('page-script') {{-- Page js files --}} @endsection