@extends('layouts.app') @section('title', 'Artworks') @section('content') Artworks {{-- FILTER BAR --}} {{-- PRICE FILTER --}} Price Range: ₹0 - ₹50,00,000 {{-- FORM --}} Form All Forms @foreach($forms as $form) {{ $form->name }} @endforeach {{-- THEMES --}} Themes Select Theme @foreach($categories as $category) {{ $category->name }} @endforeach {{-- RESET BUTTON --}} Reset All Filters {{-- SELECTED THEMES --}} {{-- RESULTS --}} @include('front.paintings.partials.painting_grid') @if(!empty($pageContents['artwork']->content)) {!! $pageContents['artwork']->content !!} @endif @endsection @push('scripts') @endpush