Creates Slack Setting Form

This commit is contained in:
Godfrey M 2023-01-24 09:25:05 -08:00
parent b59dcc7b30
commit 0f8ee22053
2 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,21 @@
<?php
namespace App\Http\Livewire;
use Livewire\Component;
use App\Models\Setting;
class SlackSettingsForm extends Component
{
public Setting $setting;
public function render()
{
return view('livewire.slack-settings-form');
}
}

View file

@ -0,0 +1,3 @@
<div>
{{-- In work, do what you enjoy. --}}
</div>