Sindbad~EG File Manager
<?php
namespace JeroenNoten\LaravelAdminLte\Components\Form;
class Input extends InputGroupComponent
{
/**
* Create a new component instance.
*
* @return void
*/
public function __construct(
$name, $id = null, $label = null, $igroupSize = null, $labelClass = null,
$fgroupClass = null, $igroupClass = null, $disableFeedback = null,
$errorKey = null
) {
parent::__construct(
$name, $id, $label, $igroupSize, $labelClass, $fgroupClass,
$igroupClass, $disableFeedback, $errorKey
);
}
/**
* Get the view / contents that represent the component.
*
* @return \Illuminate\View\View|string
*/
public function render()
{
return view('adminlte::components.form.input');
}
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists