@extends('layouts.review.app') @section('title', isset($title) ? $title : '') @section('print', (isset($print) && $print == "print")?'onload=window.printPdf();':'') @section('content')
@if(!empty($products)) {{-- --}} @include('store.helper._data') @else

@lang('site.no_data_found')

@endif
@endsection {{--style="margin-left:auto;margin-right:auto;"--}}