@extends('template.master') @section('body') @include('template.components.quick-actions')
@includeWhen(config('yaffa.sandbox_mode'), 'template.sandbox-components.reset-alert') YAFFA Logo YAFFA
    {{ Breadcrumbs::render() }}

    @yield('content_header')

    @include('template.components.notifications') @yield('content')
    @stop