%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/app/View/Components/
Upload File :
Create Path :
Current File : //var/www/html/app/View/Components/TypeFacture.php

<?php

namespace App\View\Components;

use Illuminate\View\Component;

class TypeFacture extends Component
{
    public $type;
    /**
     * Create a new component instance.
     *
     * @return void
     */
    public function __construct($type)
    {
        $this->type = $type;
    }

    /**
     * Get the view / contents that represent the component.
     *
     * @return \Illuminate\Contracts\View\View|\Closure|string
     */
    public function render()
    {
        return view('components.type-facture');
    }
}

Zerion Mini Shell 1.0