@extends('layouts.front') @section('title'){{$deal->meta_title ? $deal->meta_title : $deal->name." - ".config('app.name')}}@endsection @section('meta-tags')
@if($deal->meta_keywords)
@endif @endsection @section('meta-tags-og')
@endsection @section('scripts') @include('includes.products-pagination-script') @include('includes.cart-submit-script') @endsection @section('content')
@include('partials.front.products')
@endsection