@extends('templates.dashboard') @section('title', 'Abiofore') @section('content_header') TEST PAGE @stop @section('content') @livewire('widgets.calendar') @stop @section('css') @parent @stop @section('js') @parent @stop