@extends('new-place.paint.index') @section('page_title') {{ "Antique Product" }} @endsection @section('antique-wrapper')
@csrf

Categories

Filter by Price

Price: -  
{{-- --}}
{{--
--}}
@if (!empty($antique_data))

Showing {{ $antique_data->firstItem() }}–{{ $antique_data->lastItem() }} of {{ $antique_data->total() }} results {{ !empty($result) ? (is_array($result) ? "'".implode(', ', $result)."'" : "'".htmlspecialchars($result)."'") : '' }}

@endif

Sort by:

@include('new-place.paint.antique_all')
@endsection