@if ( isset($background_image) && $background_image != null )
@elseif ( isset($category) && $category->image != null )
@elseif( isset($product) && isset($product->product) && $product->product->first_image != null )
@else
@endif

{{ $title ?? '' }}

@include(get_view('components.pages.breadcrumb'), ['title' => $title])