Created
February 15, 2021 11:26
-
-
Save jongravois/ed460d563d8d81e3965f631e92087204 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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