@extends('layouts/contentLayoutMaster') @section('title', __('locale.spam_word.add_new_word')) @section('content')

{{ __('locale.spam_word.add_new_word') }}

@csrf
@error('word')
{{ $message }}
@enderror
@endsection @section('page-script') @endsection