@extends('backend.layout.master-tailwind') @section('title', __('All Restricted Words')) @section('admin_styles') @endsection @section('content')

{{ __('All Restricted Words') }}

{{ __('Words added here are blocked from client-freelancer conversations') }}

{{ __('Notice: You can add any words to the list that you\'d like to exclude from the conversation between the client and freelancer. If user try to send any restricted word listed below will not send.') }}
@include('securitymanage::backend.word.search-result')
{{-- Add Word Dialog --}}

{{ __('Add Restricted Word') }}

@csrf
{{-- Edit Word Dialog --}}

{{ __('Edit Restricted Word') }}

@csrf
@endsection @section('script') @include('securitymanage::backend.word.word-js') @endsection