diff --git a/resources/views/pages/accounts/profile.blade.php b/resources/views/pages/accounts/profile.blade.php index 42822c4..e7e542a 100644 --- a/resources/views/pages/accounts/profile.blade.php +++ b/resources/views/pages/accounts/profile.blade.php @@ -1,582 +1,280 @@ @extends('layouts.base_portal') @section('inner_content') -
- Development - Php Developer
-Phone:
+- @if($userContacts['primary']) {{ '+'.$userContacts['primary']->country_key.' '.$userContacts['primary']->contact_no}} @endif - -
- -First Name
E-mail:
-{{$profile->email}}
+:
Address:
-- {{$profile->street_one.' '.$profile->street_two.' '.$profile->city.' '.$profile->state.' '.$profile->post_code.' '.$profile->country }} - -
-Employee ID:
-- {{$profile->employee_id}} - -
-Birthday:
-- {{$profile->birth_date}} - -
-Gender:
-- - @if($profile->gender !== 0) - {{Constants::GENDER_NAMES[$profile->gender]}} - @endif - - -
-Marital Status:
-- - @if($profile->marriage_status !== 0) - {{Constants::MARITAL_STATUS_NAMES[$profile->marriage_status]}} - @endif - - -
-