@extends('pragmarx/health::html') @section('head') @stop @section('body') @include('pragmarx/health::default.partials.style') @yield('html.header') @yield('html.body') @yield('html.footer') @if (config('app.env') == 'local') @endif @stop