@extends('front.layouts.app') @section('content')
{{ !empty($homePage->free_shipping) ? ucfirst($homePage->free_shipping) : '' }}
{{!empty($homePage->support ) ? ucfirst($homePage->support) : ''}}
{{!empty($homePage->hundered_return) ? ucfirst($homePage->hundered_return) : ''}}
{{--
--}}

{{!empty($homePage->best_seller) ? ucfirst($homePage->best_seller) : ''}}

{{!empty($homePage->top_brand) ? ucfirst($homePage->top_brand) : ''}}

@if(!empty($brands)) @foreach($brands as $brand)
@endforeach @endif
{{-- --}}
@endsection