@extends('layouts.auth') @php use Illuminate\Support\Str; @endphp @section('title') {{__("words.Chat")}} @endsection @section('content') {{__("words.Inbox")}} @php if(!empty($model->unique_id)){ $uniqueId = '{' .$model->unique_id . '}'; } @endphp {{__("words.Select a chat to view conversation")}} @php $target = getDefaultTargetLanguage(); // session()->put('locale',$target); $code = getcountryCode(); @endphp @if (!empty($model->title)) {{!empty($model->unique_id) ? $uniqueId : ''}} @else @endif {{__("words.Delete Chat")}} {{__("words.Block User")}} {{__("words.Report")}} @if(!empty($model)) {{!empty($model->title) ? $model->title : ''}} {{!empty($model->price) ? $model->price_with_currency : ''}} @endif {{-- --}} @php if(!empty($model->unique_id)){ $uniqueId = '{' .$model->unique_id . '}'; } @endphp 0 / 500 {{__("words.Are you sure you want to Block the User?")}} {{__("words.Yes, Block")}} {{__("words.No, Cancel")}} Are you sure you want to UnBlock the User? Yes, UnBlock No, Cancel {{__("words.User Report")}} @csrf @foreach ($reportReasons as $key => $reasons) {{$reasons}} @endforeach {{__("words.Reason")}} {{__("words.User Report")}} @csrf @foreach ($reportReasons as $key => $reasons) {{$reasons}} @endforeach {{__("words.Reason")}} @endsection @push('page_script') @endpush
{{!empty($model->title) ? $model->title : ''}}
{{__("words.Are you sure you want to Block the User?")}}
Are you sure you want to UnBlock the User?