laravel 8 auth::user collection from tables
I am new to laravel 8 and blade syntax. I am working on a project where users (agents) can upload apartments. i have agent table with corresponding model relationship agent model public function property() { return $this->hasMany(Property::class, property_id, id); }…