{{-- Main Grid --}}
{{-- Showrooms Section --}}
@include('partials.footer.showrooms')
{{-- Support Section --}}
@include('partials.footer.support', ['webdesign' => \App\Models\WebDesign::first()])
{{-- Contact & Payment Section --}}
@include('partials.footer.contact')
{{-- Social Media Section --}}
@include('partials.footer.social')
{{-- Copyright Section --}}

© {{ date('Y') }} {{ $settings->brand_name }}. Tất cả quyền được bảo lưu.