Skip to content

Instantly share code, notes, and snippets.

@jongravois
Created February 15, 2021 11:26
Show Gist options
  • Save jongravois/ed460d563d8d81e3965f631e92087204 to your computer and use it in GitHub Desktop.
Save jongravois/ed460d563d8d81e3965f631e92087204 to your computer and use it in GitHub Desktop.
<?php
namespace App\Http\Livewire\Reports\Monthly;
use Livewire\Component;
class SalesRevenue extends Component
{
public $expanded = true;
public function render()
{
return view('livewire.reports.monthly.sales-revenue');
} // end function
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment