@extends('admin.layouts.layout') @section('content')

@error('asset_name') {{$message}} @enderror
@if($assatdetails->assetdisplay == '3' || $assatdetails->assetdisplay == '4') {{-- --}}   @endif @if($assatdetails->assetdisplay == '6')   @endif
@csrf

INR

@error('assetdiscount') {{$message}} @enderror
@error('cost') {{$message}} @enderror
@error('festivaldiscount') {{$message}} @enderror
@error('cost') {{$message}} @enderror
@if($assatdetails && $assatdetails->commissionid) @php $commissiondetails = \App\Models\Commission::find($assatdetails->commissionid); @endphp @else @php $commissiondetails = \App\Models\Commission::find($actor_detail_display->commissionsid); @endphp @endif
@error('cost') {{$message}} @enderror
@error('commissionsid') {{$message}} @enderror


@if($assatdetails->verified_id == '1' && $assatdetails->assetdisplay == '1') @php $Verification=\App\Models\VerifiedDetails::where('id', $assatdetails->verified_id)->first(); @endphp @elseif($assatdetails->verified_id == '2' && $assatdetails->assetdisplay == '1') @php $Verification=\App\Models\VerifiedDetails::where('id', $assatdetails->verified_id)->first(); @endphp @elseif($assatdetails->assetdisplay == '2') @elseif($assatdetails->assetdisplay == '3') @elseif($assatdetails->assetdisplay == '4') @endif
@if($actor_detail_display) @php $userdetails=\App\Models\User::where('id', $assatdetails->asset_user_id)->first(); @endphp @endif
@if($asset_message_converstions) @php $displayassetversion=\Illuminate\Support\Facades\DB::table('asset_message_converstions')->where('asset_id',$assatdetails->id)->where('sender_id','!=','1')->update(['message_receiver_viewed' => '1']);; @endphp
    @foreach($asset_message_converstions as $asset_message_converstion) @php $messageuserdetails=\App\Models\User::where('id', $asset_message_converstion->sender_id)->first(); @endphp @if($asset_message_converstion->sender_id == Auth::user()->id)
  • 12:00 AM, Today @if($messageuserdetails->avatar != '') avatar) }}" alt="avatar"> @else avatar @endif
    {{ $asset_message_converstion->message }}
  • @else
  • @if($messageuserdetails->avatar != '') avatar) }}" alt="avatar"> @else avatar @endif 12:00 AM, Today
    {{ $asset_message_converstion->message }}
  • @endif @endforeach
@endif
@include('admin.assetdetails.asset_js') @include('admin.common_script.assetjs') @endsection