@extends('admin/layouts/default') {{-- Page title --}} @section('title') Opportunity Edit @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

Opportunity Edit

@include('admin.layouts.pipeline.edit_opportunity')
@stop {{-- page level scripts --}} @section('footer_scripts') {{-- --}} @stop