@extends('admin.layouts.default') {{-- Page title --}} @section('title') New Demand @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')
@include('admin.layouts.grow.demand_menu')

New Demand

{{ csrf_field() }}
@if($show_prospect_btn) Create Prospect @endif
@stop {{-- page level scripts --}} @section('footer_scripts') @stop