I'm trying to insert an arabic string to my table, but it's shown like تست
.
I have tried to insert to the database table using eloquent and query builder, but the same issue is occurred.
DB::connection('ticketingsystem_new')->insert("Insert INTO [DatabaseName].[dbo].
[Table] (Reason,Feeling) VALUES (N'{$request->reason}','{$request->feeling}')");
The column data type is NVARCHAR(n).
Note : When I tried to insert an Arabic to this table directly on SQL management studio it works fine, but when using laravel framework it shows as تسØ