@extends('layouts.master')
@section('page_title', 'Business Intake')
@section('content')
{{ Form::page_header("Word of Mouth Intake", null, "img/u241.png") }}
@include('shared._message_all')
@include('brand.intake.intake_sidebar')
@include($type)
@if ($type == \App\Models\Business_Intake::PROMO_CANDIDATES_EDIT)
{{ Form::separator_row('grey-divider thin-divider') }}
@include('brand.intake._promo_candidate', [
'pk' => 'XXX',
'promo_candidate' => '',
'promo_desc' => '',
'offer_type' => '',
'offer_type_2' => '',
'min_value' => '',
'max_value' => '',
'num' => 0,
])
@endif
@endsection
@section('page_script')
@include('shared_script._intake_script')
@if ($type == \App\Models\Business_Intake::COLLECT_OFFERS_EDIT)
@include('shared_script._tinymce_init')
@endif
@endsection
@section('page_style')
@endsection