Document form component styling..

This commit is contained in:
Cüneyt Şentürk
2020-12-28 16:21:09 +03:00
parent f8d0075f79
commit 47917a0cc8
16 changed files with 749 additions and 1028 deletions

View File

@ -2,23 +2,10 @@
namespace App\View\Components\Documents\Form;
use Illuminate\View\Component;
use App\Abstracts\View\Components\DocumentForm as Component;
class Note extends Component
{
/** @var string */
public $type;
/**
* Create a new component instance.
*
* @return void
*/
public function __construct($type)
{
$this->type = $type;
}
/**
* Get the view / contents that represent the component.
*