@extends('templates.dashboard') @section('title', 'Abiofore') @section('content') @livewire('widgets.content',['page'=>$page,'form_id'=>$form_id,'input_id'=>$input_id,'showForm'=>$showForm]) @stop @section('css') @parent @stop @section('js') @parent @stop