+
{{ strtoupper(substr((string) $seller->name, 0, 1)) }}
@@ -210,7 +210,7 @@
diff --git a/Modules/Listing/resources/views/themes/default/show.blade.php b/Modules/Listing/resources/views/themes/default/show.blade.php
index 7d749141318..2555c48a848 100644
--- a/Modules/Listing/resources/views/themes/default/show.blade.php
+++ b/Modules/Listing/resources/views/themes/default/show.blade.php
@@ -47,7 +47,7 @@
@if($galleryImages->count() > 1)
-
+
@foreach($galleryImages->skip(1)->take(5) as $image)
@include('listing::partials.responsive-image', [
@@ -95,7 +95,7 @@
-
+
@if($hasPrice)
@if($priceValue > 0)
diff --git a/Modules/Site/resources/views/home.blade.php b/Modules/Site/resources/views/home.blade.php
index fa1c82c3227..2ce9fa33fec 100644
--- a/Modules/Site/resources/views/home.blade.php
+++ b/Modules/Site/resources/views/home.blade.php
@@ -93,7 +93,7 @@
@endauth
-
+
@if($heroImage)
@include('listing::partials.responsive-image', [
'image' => $heroImage,
diff --git a/README.md b/README.md
index 8ac6247be3c..7f1846afaae 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,13 @@
# OpenClassify
-OpenClassify is a modular classifieds marketplace built with Laravel 12 and Filament v5.
+OpenClassify is a modular classifieds marketplace built with Laravel 13 and Filament v5.

## Core Stack
-- Laravel 12
+- PHP 8.5
+- Laravel 13
- FilamentPHP v5
- `nwidart/laravel-modules`
- Blade + Tailwind + Vite
diff --git a/resources/css/app.css b/resources/css/app.css
index cb68fd865c8..3ddde121e20 100644
--- a/resources/css/app.css
+++ b/resources/css/app.css
@@ -513,6 +513,10 @@ body.oc-header-menu-open .oc-nav-wrap {
}
.btn-primary {
+ display: inline-flex;
+ align-items: center;
+ justify-content: center;
+ min-height: 44px;
background: var(--oc-primary);
color: #ffffff;
border-radius: 999px;