@extends('frontend.include.layout') @section('content') Loading... 0-0 of 0 results Show: 2 {{-- 20--}} {{-- 40--}} {{-- 60--}} {{-- 80--}} 2 4 6 8 Sort by: Price: Low to High Price: High to Low Release Date Avg. Rating {{-- On Sale X--}} @if($filter_publishassetdetails) @foreach($filter_publishassetdetails as $key => $publish_asset_detail) @include('frontend.include.assetsearch') @endforeach @endif Refine by Clear filters Sales @if(isset($_GET['popularasset']) && $_GET['popularasset'] != '' && $_GET['popularasset'] == 1) @else @endif On Sale(0) @if(isset($_GET['popularasset']) && $_GET['popularasset'] != '' && $_GET['popularasset'] == 2) @else @endif Top Selling (0) @if(isset($_GET['popularasset']) && $_GET['popularasset'] != '' && $_GET['popularasset'] == 3) @else @endif Top New (0) @if(isset($_GET['popularasset']) && $_GET['popularasset'] != '' && $_GET['popularasset'] == 4) @else @endif Top Free(0) Category @php $asset_categorys = \App\Models\AssetCategory::orderByDesc('created_at')->get(); @endphp @if (count($asset_categorys) > 0) @foreach ($asset_categorys as $key => $asset_category) @php $asset_detail_count= \App\Models\AssetDetails::where('category_id',$asset_category->id)->count(); if(isset($_GET['asset_category']) && $_GET['asset_category'] != '' && $_GET['asset_category'] == $asset_category->id) { @endphp @php } else { @endphp @php } @endphp {{ $asset_category->asset_categories_name }} (0) @endforeach @endif Verification @if(isset($_GET['popularasset']) && $_GET['popularasset'] != '' && $_GET['popularasset'] == 5) @else @endif Asset Verified (0) Asset Unverified (0) Class @php $asset_classs = \App\Models\ClassDetails::orderByDesc('created_at')->get(); @endphp @if (count($asset_classs) > 0) @foreach ($asset_classs as $key => $asset_class) {{ $asset_class->classname }} (0) @endforeach @endif LOD @php $asset_lods= \App\Models\LevelofDevelopment::orderByDesc('created_at')->get(); @endphp @if (count($asset_lods) > 0) @foreach ($asset_lods as $key => $asset_lod) {{ $asset_lod->levelofdevelopmentsname }} (0) @endforeach @endif Pricing @php $highestcost = \App\Models\PublishedAssetDetails::orderByDesc('offer_price')->first(); $displaycost=0; if($highestcost) { $displaycost= $highestcost->offer_price; } @endphp Range: Filter Ratings {{-- Filter--}} Keywords @endsection @section('script') @include('frontend.include.asset-js') @endsection
0-0 of 0 results