@extends('admin/layouts/default') {{-- Page title --}} @section('title') New Prospect @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content') Home Pipeline Prospects New Prospect @include('admin.layouts.pipeline.new_prospect') @stop {{-- page level scripts --}} @section('footer_scripts') @stop