@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() }} Country* @foreach ($country_keys as $country) {{ $country->Country_Name }} @endforeach @if($show_prospect_btn) Create Prospect @endif Create Demand