/
/
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/SelectDevice.php
<?php namespace App\View\Components; use Illuminate\Support\Facades\Auth; use Illuminate\View\Component; class SelectDevice extends Component { /** * Create a new component instance. * * @return void */ public function __construct() { // } /** * Get the view / contents that represent the component. * * @return \Illuminate\Contracts\View\View|\Closure|string */ public function render() { $numbers = Auth::user()->devices()->latest()->get(); return view('components.select-device', compact('numbers')); } }
Ukuran: 608 B