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