@php use App\Models\Profile; use Illuminate\Support\Facades\Crypt; $profile_seller = Profile::user($id); $profile_username=$profile_seller->userName; $profile_iduser=$id; @endphp