public $property_type = '';
public $listing_type = '';
public $property_category = '';
public $listing;
public function mount(Listing $listing): void
{
$this->listing = $listing;
$this->form->fill();
}
public function save()
{
Listing::create($this->form->getState());
return redirect('/admin/listings/create/property-listed');
$this->form->fill();
}
public $property_type = '';
public $listing_type = '';
public $property_category = '';
public $listing;
public function mount(Listing $listing): void
{
$this->listing = $listing;
$this->form->fill();
}
public function save()
{
Listing::create($this->form->getState());
return redirect('/admin/listings/create/property-listed');
$this->form->fill();
}