@extends('layouts/contentLayoutMaster') @section('title', __('locale.menu.Keywords')) @section('vendor-style') {{-- vendor css files --}} @endsection @section('content')
@can('view_keywords')
@endcan @if(auth()->user()->can('create_keywords')) @elseif(auth()->user()->can('create_keywords') == false && auth()->user()->can('buy_keywords')) @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