@extends('layouts.shop') @section('style') @endsection @section('content')

{{ $website->title ?? '' }}

{{ $website->sub_title ?? '' }}

@if(isset($website_product) && count($website_product)>0)
@endif
@include('pages.shop.modal') @endsection @section('script') @endsection