@extends('web.layout.default') @section('page_title') | {{ trans('labels.view_all') }} @endsection @section('content') @if (isset($_GET['type']) && $_GET['type'] != '')
@endif
@if ($_GET['type'] == 'topdeals')
@endif
@include('web.subscribeform') @endsection @section('scripts') @endsection