diff --git a/plugins/LatestProducts/Views/shop/latest_products.blade.php b/plugins/LatestProducts/Views/shop/latest_products.blade.php
index 5275a7c9..7cec3144 100644
--- a/plugins/LatestProducts/Views/shop/latest_products.blade.php
+++ b/plugins/LatestProducts/Views/shop/latest_products.blade.php
@@ -1,22 +1,21 @@
@extends('layout.master')
-
@section('content')
-
-
-
-
- @foreach ($items as $product)
-
@include('shared.product')
- @endforeach
-
-
- {{ $products->links('shared/pagination/bootstrap-4') }}
-
-
-
+
+
+
+ @foreach ($items as $product)
+
@include('shared.product')
+ @endforeach
+
+ {{ $products->links('shared/pagination/bootstrap-4') }}
+
@endsection