@extends('frontend.include.layout') @section('content') @if($home_advertisements)
@endif @if($asset_categorys) @endif @if($home_recently_vieweds)

Recently Viewed

@foreach($home_recently_vieweds as $key => $home_recently_viewed) @php $asset_detail= \App\Models\AssetDetails::where('id',$home_recently_viewed->asset_id)->first(); @endphp
@php $check_favourite_asset=''; if(auth()->user()) { $check_favourite_asset= \App\Models\FavouriteAsset::where('asset_id',$asset_detail->id)->where('customer_id',auth()->user()->id)->where('status','1')->count(); } @endphp @if($check_favourite_asset == 1) @elseif($check_favourite_asset == 0) @else @endif
@if($asset_detail->verified_id == 1)

  Verified

@else

 

@endif
@php $count_favourite_asset= \App\Models\FavouriteAsset::where('asset_id',$asset_detail->id)->where('status','1')->count(); @endphp

ID:{{ $asset_detail->asset_id }}

@for ($starcount=0 ; $starcount<5; $starcount++) @if($starcount<=$asset_detail->starrating) @else @endif @endfor (0) | ({{ $count_favourite_asset }})
@php $actordetails=\App\Models\ActorController::select('name','slug')->where('id', $asset_detail->userid)->first(); @endphp
{{ $actordetails->name }}
${{ $asset_detail->cost }} ({{ $asset_detail->offer_price }}) | Offer {{ $asset_detail->offer_discount }}%
@endforeach
@endif

Popular Assets

See More
@php $asset_details_all= \App\Models\AssetDetails::orderByDesc('created_at')->get(); @endphp @foreach($asset_details_all as $key => $asset_detail)
@php $check_favourite_asset=''; if(auth()->user()) { $check_favourite_asset= \App\Models\FavouriteAsset::where('asset_id',$asset_detail->id)->where('customer_id',auth()->user()->id)->where('status','1')->count(); } @endphp @if($check_favourite_asset == 1) @elseif($check_favourite_asset == 0) @else @endif

  Asset Verified

@php $count_favourite_asset= \App\Models\FavouriteAsset::where('asset_id',$asset_detail->id)->where('status','1')->count(); @endphp

ID:{{ $asset_detail->asset_id }}

@for ($starcount=0 ; $starcount<5; $starcount++) @if($starcount<=$asset_detail->starrating) @else @endif @endfor (15)| ({{ $count_favourite_asset }})
@php $actordetails=\App\Models\ActorController::select('name','slug')->where('id', $asset_detail->userid)->first(); @endphp
{{ $actordetails->name }}
${{ $asset_detail->cost }}({{ $asset_detail->offer_price }}) | {{ $asset_detail->offer_discount }}% Off
@endforeach
@php $asset_details_all= \App\Models\AssetDetails::orderByDesc('created_at')->get(); @endphp @foreach($asset_details_all as $key => $asset_detail)
@php $check_favourite_asset=''; if(auth()->user()) { $check_favourite_asset= \App\Models\FavouriteAsset::where('asset_id',$asset_detail->id)->where('customer_id',auth()->user()->id)->where('status','1')->count(); } @endphp @if($check_favourite_asset == 1) @elseif($check_favourite_asset == 0) @else @endif
@if($asset_detail->verified_id == 1)

  Verified

@else

 

@endif
@php $count_favourite_asset= \App\Models\FavouriteAsset::where('asset_id',$asset_detail->id)->where('status','1')->count(); @endphp

ID:{{ $asset_detail->asset_id }}

@for ($starcount=0 ; $starcount<5; $starcount++) @if($starcount<=$asset_detail->starrating) @else @endif @endfor (0) | ({{ $count_favourite_asset }})
@php $actordetails=\App\Models\ActorController::select('name','slug')->where('id', $asset_detail->userid)->first(); @endphp
{{ $actordetails->name }}
${{ $asset_detail->cost }} ({{ $asset_detail->offer_price }}) | Offer {{ $asset_detail->offer_discount }}%
@endforeach
@php $asset_details_all= \App\Models\AssetDetails::orderByDesc('created_at')->get(); @endphp @foreach($asset_details_all as $key => $asset_detail)
@php $check_favourite_asset=''; if(auth()->user()) { $check_favourite_asset= \App\Models\FavouriteAsset::where('asset_id',$asset_detail->id)->where('customer_id',auth()->user()->id)->where('status','1')->count(); } @endphp @if($check_favourite_asset == 1) @elseif($check_favourite_asset == 0) @else @endif
@if($asset_detail->verified_id == 1)

  Verified

@else

 

@endif
@php $count_favourite_asset= \App\Models\FavouriteAsset::where('asset_id',$asset_detail->id)->where('status','1')->count(); @endphp

ID:{{ $asset_detail->asset_id }}

@for ($starcount=0 ; $starcount<5; $starcount++) @if($starcount<=$asset_detail->starrating) @else @endif @endfor (0) | ({{ $count_favourite_asset }})
@php $actordetails=\App\Models\ActorController::select('name','slug')->where('id', $asset_detail->userid)->first(); @endphp
{{ $actordetails->name }}
${{ $asset_detail->cost }} ({{ $asset_detail->offer_price }}) | Offer {{ $asset_detail->offer_discount }}%
@endforeach
@php $asset_details_all= \App\Models\AssetDetails::where('cost','0')->get(); @endphp @foreach($asset_details_all as $key => $asset_detail)
@php $check_favourite_asset=''; if(auth()->user()) { $check_favourite_asset= \App\Models\FavouriteAsset::where('asset_id',$asset_detail->id)->where('customer_id',auth()->user()->id)->where('status','1')->count(); } @endphp @if($check_favourite_asset == 1) @elseif($check_favourite_asset == 0) @else @endif
@if($asset_detail->verified_id == 1)

  Verified

@else

 

@endif
@php $count_favourite_asset= \App\Models\FavouriteAsset::where('asset_id',$asset_detail->id)->where('status','1')->count(); @endphp

ID:{{ $asset_detail->asset_id }}

@for ($starcount=0 ; $starcount<5; $starcount++) @if($starcount<=$asset_detail->starrating) @else @endif @endfor (0) | ({{ $count_favourite_asset }})
@php $actordetails=\App\Models\ActorController::select('name','slug')->where('id', $asset_detail->userid)->first(); @endphp
{{ $actordetails->name }}
${{ $asset_detail->cost }} ({{ $asset_detail->offer_price }}) | Offer {{ $asset_detail->offer_discount }}%
@endforeach
@php $asset_details_all= \App\Models\AssetDetails::where('verified_id','1')->get(); @endphp @foreach($asset_details_all as $key => $asset_detail)
@php $check_favourite_asset=''; if(auth()->user()) { $check_favourite_asset= \App\Models\FavouriteAsset::where('asset_id',$asset_detail->id)->where('customer_id',auth()->user()->id)->where('status','1')->count(); } @endphp @if($check_favourite_asset == 1) @elseif($check_favourite_asset == 0) @else @endif
@if($asset_detail->verified_id == 1)

  Verified

@else

 

@endif
@php $count_favourite_asset= \App\Models\FavouriteAsset::where('asset_id',$asset_detail->id)->where('status','1')->count(); @endphp

ID:{{ $asset_detail->asset_id }}

@for ($starcount=0 ; $starcount<5; $starcount++) @if($starcount<=$asset_detail->starrating) @else @endif @endfor (0) | ({{ $count_favourite_asset }})
@php $actordetails=\App\Models\ActorController::select('name','slug')->where('id', $asset_detail->userid)->first(); @endphp
{{ $actordetails->name }}
${{ $asset_detail->cost }} ({{ $asset_detail->offer_price }}) | Offer {{ $asset_detail->offer_discount }}%
@endforeach
@if($home_advertisements)
@endif

Popular Actor

@foreach($actor_details as $key => $actor_detail)
@if($actor_detail->verified_id == 1)

  Verified

@else

 

@endif
ID:{{ $actor_detail->actor_id }}
(0)
@for ($starcount=0 ; $starcount<5; $starcount++) @if($starcount<=$actor_detail->starrating) @else @endif @endfor   (0)
Assets: {{ \App\Models\AssetDetails::where('userid',$actor_detail->id)->count() }}
product image

{{ $actor_detail->name }}

Actor since June 24, 2026
@endforeach
@if($home_advertisements)
@endif

Brand

@if($home_advertisements)
@endif @endsection