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