@extends('layouts.app') @section('content')

{{ trans('lang.super_deals') }}

@php $formMode = 'create'; $formAction = route('super_deals.store'); $formMethod = 'POST'; $superDeal = null; $products = []; $redirectUrl = null; @endphp @include('super_deals.partials.form')
@endsection @section('scripts') @include('super_deals.partials.scripts') @endsection