for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Thinktomorrow\Chief\App\View\Components;
use Illuminate\View\Component;
class Index extends Component
{
public function render()
return view('chief::layout.index');
}