@extends("layouts.app") @section('title', '- Our Design Portfolio') @section('meta_description', 'Explore our diverse range of interior design projects') @section('content')

Our Collections

Explore our diverse range of textiles designed for various applications and styles.

@foreach($categories as $category) @endforeach
@foreach($projects as $project)
{{ $project->title }}

{{ $project->title }}

{{ $project->category->name }}

View Collection
@endforeach
{{ $projects->links('vendor.pagination.tailwind') }}
@push('scripts') @endpush @endsection