From: Stephen Cameron Date: Thu, 19 Sep 2019 09:43:05 +0000 (+0200) Subject: Done #2952 @0.75 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=1b64d1053eafb46ed76b24f6ff652c4a4f0ce073;p=pmi.git Done #2952 @0.75 --- diff --git a/resources/views/pages/aboutus.blade.php b/resources/views/pages/aboutus.blade.php index 3d2bcce..e0d20cb 100644 --- a/resources/views/pages/aboutus.blade.php +++ b/resources/views/pages/aboutus.blade.php @@ -72,7 +72,7 @@ "@type": "Person", "name": "{{ $staff['name'] }}", "jobTitle": "{{ $staff['role'] }}", - "image": "{{ url('/') . $page->getImageURLByCollection($staff['photo']) }}", + "image": "{{ url('/') . $page->getImageURLByCollection($staff['photo']) }}" } @endforeach diff --git a/resources/views/pages/product-detail.blade.php b/resources/views/pages/product-detail.blade.php index 249e219..fff60f0 100644 --- a/resources/views/pages/product-detail.blade.php +++ b/resources/views/pages/product-detail.blade.php @@ -10,6 +10,8 @@ @section('content') + @include('partials.product-schema') + diff --git a/resources/views/partials/contact-details.blade.php b/resources/views/partials/contact-details.blade.php index 9972b33..e9e0bed 100644 --- a/resources/views/partials/contact-details.blade.php +++ b/resources/views/partials/contact-details.blade.php @@ -30,6 +30,6 @@ "@type": "Organization", "url": "{{ url('/') }}", "address": "{{ preg_replace("/\r|\n/", " ", $global->address) }}", - "telephone": "{{ $global->phone }}", + "telephone": "{{ $global->phone }}" } diff --git a/resources/views/partials/product-link.blade.php b/resources/views/partials/product-link.blade.php index cc90d0c..060dd5d 100644 --- a/resources/views/partials/product-link.blade.php +++ b/resources/views/partials/product-link.blade.php @@ -12,7 +12,7 @@

{{ $product->get('reference') }}

- {{$product->get('name')}} + {{ $product->get('name') }}

@@ -20,4 +20,7 @@

+ + @include('partials.product-schema') + diff --git a/resources/views/partials/product-schema.blade.php b/resources/views/partials/product-schema.blade.php new file mode 100644 index 0000000..28abd62 --- /dev/null +++ b/resources/views/partials/product-schema.blade.php @@ -0,0 +1,16 @@ +