/
/
home
/
u523034047
/
domains
/
wasms.shop
/
public_html
/
varified
/
app
/
View
/
Components
Server: in-mum-web1112.main-hosting.eu (62.72.28.111)
You: 216.73.216.60
PHP 8.3.16
Dir:
/home/u523034047/domains/wasms.shop/public_html/varified/app/View/Components
Edit:
/home/u523034047/domains/wasms.shop/public_html/varified/app/View/Components/NoData.php
<?php namespace App\View\Components; use Illuminate\View\Component; class NoData extends Component { /** * Create a new component instance. * * @return void */ protected $text; protected $colspan; public function __construct($text = 'No Data', $colspan = 1) { $this->text = $text; $this->colspan = $colspan; } /** * Get the view / contents that represent the component. * * @return \Illuminate\Contracts\View\View|\Closure|string */ public function render() { return view('components.no-data', [ 'text' => $this->text, 'colspan' => $this->colspan ]); } }
Ukuran: 703 B