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