@extends('adminlte::page') @section('title', 'Dashboard') @section('content')

{{ __('Dashboard') }}

@livewire('test')
@endsection