@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')

@lang('Showing Products for:') "{{$deal->name}}"


@include('partials.front.products')
@endsection