phpvms/resources/views/layouts/default/profile
B.Fatih KOZ 6b3207377a
Fix Profile Fields (#1013)
* Fix Profile Fields

PR fixes two issues ;

1. Profile Fields not showing up on user profile
2. Profile Fields not showing up on user.profile.edit

Profile.index was looking for "public" to be true, while controller was sending "private" and it was not boolean.

Also profile controller was not sending the fields to the blade. Both fixed and working now

* Update index.blade.php
2021-01-28 08:31:29 -05:00
..
custom_fields.blade.php Custom user fields #711 (#772) 2020-08-11 17:48:51 -04:00
edit.blade.php Format all blade templates to 2 spaces #530 (#531) 2020-02-01 13:05:56 -05:00
fields.blade.php Custom user fields #711 (#772) 2020-08-11 17:48:51 -04:00
index.blade.php Fix Profile Fields (#1013) 2021-01-28 08:31:29 -05:00