@php($title = View::hasSection('title') ? trim(View::yieldContent('title')) : 'Developer Dashboard — InsightsReady')
@yield('title', 'Developer Dashboard — InsightsReady')
@stack('head')
@include('layouts.partners.partials.nav')
@yield('content')
@includeIf('partials.footer')
@stack('scripts')