Forráskód Böngészése

Merge branch 'master' of https://rav.triplestart.com/TigerPHP/stagfe

Flavionel 5 éve
szülő
commit
3ac0c5d387
100 módosított fájl, 2850 hozzáadás és 595 törlés
  1. 29 0
      app/Http/Controllers/lobbies_Controller.php
  2. 74 0
      app/Http/Controllers/lobbies_SINGLE_Controller.php
  3. 23 0
      app/Http/Controllers/meeting_invitations_Controller.php
  4. 18 0
      app/Http/Controllers/meeting_invitations_SINGLE_Controller.php
  5. 23 0
      app/Http/Controllers/meeting_knocks_Controller.php
  6. 18 0
      app/Http/Controllers/meeting_knocks_SINGLE_Controller.php
  7. 23 0
      app/Http/Controllers/meeting_messages_Controller.php
  8. 18 0
      app/Http/Controllers/meeting_messages_SINGLE_Controller.php
  9. 23 0
      app/Http/Controllers/meeting_participants_Controller.php
  10. 18 0
      app/Http/Controllers/meeting_participants_SINGLE_Controller.php
  11. 23 0
      app/Http/Controllers/meeting_rings_Controller.php
  12. 18 0
      app/Http/Controllers/meeting_rings_SINGLE_Controller.php
  13. 23 0
      app/Http/Controllers/meetings_Controller.php
  14. 53 0
      app/Http/Controllers/meetings_SINGLE_Controller.php
  15. 59 0
      generatecv/tree.txt
  16. 20 16
      resources/views/admin/facilities/index.blade.php
  17. 6 0
      resources/views/admin/lobbies/actions.blade.php
  18. 48 0
      resources/views/admin/lobbies/add_new.blade.php
  19. 60 0
      resources/views/admin/lobbies/index.blade.php
  20. 3 0
      resources/views/admin/lobbies/subs.blade.php
  21. 27 0
      resources/views/admin/lobbies/view.blade.php
  22. 38 0
      resources/views/admin/lobbies_SINGLE/ACTION_lobby_prosAddNew.blade.php
  23. 31 0
      resources/views/admin/lobbies_SINGLE/ACTION_putName.blade.php
  24. 31 0
      resources/views/admin/lobbies_SINGLE/ACTION_putUrlSlug.blade.php
  25. 28 0
      resources/views/admin/lobbies_SINGLE/ACTION_setIsClientAccessibleToFalse.blade.php
  26. 28 0
      resources/views/admin/lobbies_SINGLE/ACTION_setIsClientAccessibleToTrue.blade.php
  27. 28 0
      resources/views/admin/lobbies_SINGLE/ACTION_setIsStrangerAccessibleToFalse.blade.php
  28. 28 0
      resources/views/admin/lobbies_SINGLE/ACTION_setIsStrangerAccessibleToTrue.blade.php
  29. 34 0
      resources/views/admin/lobbies_SINGLE/SUB_dashboard.blade.php
  30. 58 0
      resources/views/admin/lobbies_SINGLE/SUB_lobby_pros.blade.php
  31. 100 0
      resources/views/admin/lobbies_SINGLE/SUB_meetings.blade.php
  32. 0 0
      resources/views/admin/meeting_invitations/actions.blade.php
  33. 60 0
      resources/views/admin/meeting_invitations/index.blade.php
  34. 1 0
      resources/views/admin/meeting_invitations/subs.blade.php
  35. 27 0
      resources/views/admin/meeting_invitations/view.blade.php
  36. 34 0
      resources/views/admin/meeting_invitations_SINGLE/SUB_dashboard.blade.php
  37. 0 0
      resources/views/admin/meeting_knocks/actions.blade.php
  38. 54 0
      resources/views/admin/meeting_knocks/index.blade.php
  39. 1 0
      resources/views/admin/meeting_knocks/subs.blade.php
  40. 27 0
      resources/views/admin/meeting_knocks/view.blade.php
  41. 34 0
      resources/views/admin/meeting_knocks_SINGLE/SUB_dashboard.blade.php
  42. 0 0
      resources/views/admin/meeting_messages/actions.blade.php
  43. 60 0
      resources/views/admin/meeting_messages/index.blade.php
  44. 1 0
      resources/views/admin/meeting_messages/subs.blade.php
  45. 27 0
      resources/views/admin/meeting_messages/view.blade.php
  46. 34 0
      resources/views/admin/meeting_messages_SINGLE/SUB_dashboard.blade.php
  47. 0 0
      resources/views/admin/meeting_participants/actions.blade.php
  48. 68 0
      resources/views/admin/meeting_participants/index.blade.php
  49. 1 0
      resources/views/admin/meeting_participants/subs.blade.php
  50. 27 0
      resources/views/admin/meeting_participants/view.blade.php
  51. 34 0
      resources/views/admin/meeting_participants_SINGLE/SUB_dashboard.blade.php
  52. 0 0
      resources/views/admin/meeting_rings/actions.blade.php
  53. 68 0
      resources/views/admin/meeting_rings/index.blade.php
  54. 1 0
      resources/views/admin/meeting_rings/subs.blade.php
  55. 27 0
      resources/views/admin/meeting_rings/view.blade.php
  56. 34 0
      resources/views/admin/meeting_rings_SINGLE/SUB_dashboard.blade.php
  57. 0 0
      resources/views/admin/meetings/actions.blade.php
  58. 96 0
      resources/views/admin/meetings/index.blade.php
  59. 6 0
      resources/views/admin/meetings/subs.blade.php
  60. 27 0
      resources/views/admin/meetings/view.blade.php
  61. 34 0
      resources/views/admin/meetings_SINGLE/SUB_dashboard.blade.php
  62. 64 0
      resources/views/admin/meetings_SINGLE/SUB_meeting_invitations.blade.php
  63. 58 0
      resources/views/admin/meetings_SINGLE/SUB_meeting_knocks.blade.php
  64. 64 0
      resources/views/admin/meetings_SINGLE/SUB_meeting_messages.blade.php
  65. 72 0
      resources/views/admin/meetings_SINGLE/SUB_meeting_participants.blade.php
  66. 72 0
      resources/views/admin/meetings_SINGLE/SUB_meeting_rings.blade.php
  67. 16 12
      resources/views/admin/pro_rates/index.blade.php
  68. 62 40
      resources/views/admin/pros/index.blade.php
  69. 16 12
      resources/views/admin/pros_SINGLE/SUB_payment_schedule.blade.php
  70. 8 1
      resources/views/layouts/generated-links.blade.php
  71. 18 18
      resources/views/pro/action_items/index.blade.php
  72. 6 6
      resources/views/pro/ally_updates/index.blade.php
  73. 40 32
      resources/views/pro/bills/index.blade.php
  74. 8 8
      resources/views/pro/bills_SINGLE/SUB_transactions.blade.php
  75. 18 16
      resources/views/pro/care_month_entries/index.blade.php
  76. 48 32
      resources/views/pro/care_months/index.blade.php
  77. 18 16
      resources/views/pro/care_months_SINGLE/SUB_cm_time_entries.blade.php
  78. 18 16
      resources/views/pro/care_months_SINGLE/SUB_rm_time_entries.blade.php
  79. 18 18
      resources/views/pro/erx/index.blade.php
  80. 6 6
      resources/views/pro/mcp_updates/index.blade.php
  81. 8 8
      resources/views/pro/med_profile_line_updates/index.blade.php
  82. 10 8
      resources/views/pro/med_profile_lines/index.blade.php
  83. 32 24
      resources/views/pro/my_clients/index.blade.php
  84. 18 18
      resources/views/pro/my_clients_SINGLE/SUB_action_items.blade.php
  85. 6 6
      resources/views/pro/my_clients_SINGLE/SUB_ally_updates.blade.php
  86. 40 32
      resources/views/pro/my_clients_SINGLE/SUB_bills.blade.php
  87. 18 16
      resources/views/pro/my_clients_SINGLE/SUB_care_month_entries.blade.php
  88. 48 32
      resources/views/pro/my_clients_SINGLE/SUB_care_months.blade.php
  89. 18 18
      resources/views/pro/my_clients_SINGLE/SUB_erx.blade.php
  90. 6 6
      resources/views/pro/my_clients_SINGLE/SUB_mcp_updates.blade.php
  91. 34 28
      resources/views/pro/my_clients_SINGLE/SUB_notes.blade.php
  92. 16 12
      resources/views/pro/my_clients_SINGLE/SUB_pro_access.blade.php
  93. 8 8
      resources/views/pro/my_clients_SINGLE/SUB_related_transactions.blade.php
  94. 16 12
      resources/views/pro/my_payment_schedule/index.blade.php
  95. 18 14
      resources/views/pro/my_teams/index.blade.php
  96. 32 24
      resources/views/pro/my_teams_SINGLE/SUB_clients.blade.php
  97. 34 28
      resources/views/pro/notes/index.blade.php
  98. 40 32
      resources/views/pro/notes_SINGLE/SUB_bills.blade.php
  99. 16 12
      resources/views/pro/pro_access/index.blade.php
  100. 8 8
      resources/views/pro/transactions/index.blade.php

+ 29 - 0
app/Http/Controllers/lobbies_Controller.php

@@ -0,0 +1,29 @@
+<?php
+
+namespace App\Http\Controllers;
+
+use Illuminate\Http\Request;
+use Illuminate\Support\Facades\DB;
+use Illuminate\Support\Facades\Auth;
+
+class lobbies_Controller extends Controller
+{
+    public $selfName = 'lobbies_Controller';
+
+	// GET /lobbies
+	public function index(Request $request) {
+		$records = DB::table('lobby')->get();
+		return view('admin/lobbies/index', compact('records'));
+	}
+
+	// GET /lobbies/add_new
+	public function add_new(Request $request) {
+		$records = DB::table('lobby')->get();		$records = DB::table('lobby')->get();
+		return view('admin/lobbies/add_new', compact('records'));
+	}
+
+	// GET /lobbies/view/{uid}
+	public function view(Request $request, $uid) {
+		return redirect("/lobbies/view/$uid/SUB_dashboard");
+	}
+}

+ 74 - 0
app/Http/Controllers/lobbies_SINGLE_Controller.php

@@ -0,0 +1,74 @@
+<?php
+
+namespace App\Http\Controllers;
+
+use Illuminate\Http\Request;
+use Illuminate\Support\Facades\DB;
+use Illuminate\Support\Facades\Auth;
+
+class lobbies_SINGLE_Controller extends Controller
+{
+    public $selfName = 'lobbies_SINGLE_Controller';
+
+	// GET /lobbies/view/{uid}/ACTION_putName
+	public function ACTION_putName(Request $request, $uid) {
+		$record = DB::table('lobby')->where('uid', $uid)->first();
+		return view('admin/lobbies_SINGLE/ACTION_putName', compact('record'));
+	}
+
+	// GET /lobbies/view/{uid}/ACTION_putUrlSlug
+	public function ACTION_putUrlSlug(Request $request, $uid) {
+		$record = DB::table('lobby')->where('uid', $uid)->first();
+		return view('admin/lobbies_SINGLE/ACTION_putUrlSlug', compact('record'));
+	}
+
+	// GET /lobbies/view/{uid}/ACTION_setIsStrangerAccessibleToTrue
+	public function ACTION_setIsStrangerAccessibleToTrue(Request $request, $uid) {
+		$record = DB::table('lobby')->where('uid', $uid)->first();
+		return view('admin/lobbies_SINGLE/ACTION_setIsStrangerAccessibleToTrue', compact('record'));
+	}
+
+	// GET /lobbies/view/{uid}/ACTION_setIsStrangerAccessibleToFalse
+	public function ACTION_setIsStrangerAccessibleToFalse(Request $request, $uid) {
+		$record = DB::table('lobby')->where('uid', $uid)->first();
+		return view('admin/lobbies_SINGLE/ACTION_setIsStrangerAccessibleToFalse', compact('record'));
+	}
+
+	// GET /lobbies/view/{uid}/ACTION_setIsClientAccessibleToTrue
+	public function ACTION_setIsClientAccessibleToTrue(Request $request, $uid) {
+		$record = DB::table('lobby')->where('uid', $uid)->first();
+		return view('admin/lobbies_SINGLE/ACTION_setIsClientAccessibleToTrue', compact('record'));
+	}
+
+	// GET /lobbies/view/{uid}/ACTION_setIsClientAccessibleToFalse
+	public function ACTION_setIsClientAccessibleToFalse(Request $request, $uid) {
+		$record = DB::table('lobby')->where('uid', $uid)->first();
+		return view('admin/lobbies_SINGLE/ACTION_setIsClientAccessibleToFalse', compact('record'));
+	}
+
+	// GET /lobbies/view/{uid}/SUB_dashboard
+	public function SUB_dashboard(Request $request, $uid) {
+		$record = DB::table('lobby')->where('uid', $uid)->first();
+		return view('admin/lobbies_SINGLE/SUB_dashboard', compact('record'));
+	}
+
+	// GET /lobbies/view/{uid}/SUB_lobby_pros
+	public function SUB_lobby_pros(Request $request, $uid) {
+		$record = DB::table('lobby')->where('uid', $uid)->first();
+		$subRecords = DB::table('lobby_pro')->where('lobby_id', $record->id)->get();
+		return view('admin/lobbies_SINGLE/SUB_lobby_pros', compact('record', 'subRecords'));
+	}
+
+	// GET /lobbies/view/{uid}/SUB_meetings
+	public function SUB_meetings(Request $request, $uid) {
+		$record = DB::table('lobby')->where('uid', $uid)->first();
+		$subRecords = DB::table('meeting')->where('lobby_id', $record->id)->get();
+		return view('admin/lobbies_SINGLE/SUB_meetings', compact('record', 'subRecords'));
+	}
+
+	// GET /lobbies/view/{uid}/ACTION_lobby_prosAddNew
+	public function ACTION_lobby_prosAddNew(Request $request, $uid) {
+		$record = DB::table('lobby')->where('uid', $uid)->first();
+		return view('admin/lobbies_SINGLE/ACTION_lobby_prosAddNew', compact('record'));
+	}
+}

+ 23 - 0
app/Http/Controllers/meeting_invitations_Controller.php

@@ -0,0 +1,23 @@
+<?php
+
+namespace App\Http\Controllers;
+
+use Illuminate\Http\Request;
+use Illuminate\Support\Facades\DB;
+use Illuminate\Support\Facades\Auth;
+
+class meeting_invitations_Controller extends Controller
+{
+    public $selfName = 'meeting_invitations_Controller';
+
+	// GET /meeting_invitations
+	public function index(Request $request) {
+		$records = DB::table('meeting_invitation')->get();
+		return view('admin/meeting_invitations/index', compact('records'));
+	}
+
+	// GET /meeting_invitations/view/{uid}
+	public function view(Request $request, $uid) {
+		return redirect("/meeting_invitations/view/$uid/SUB_dashboard");
+	}
+}

+ 18 - 0
app/Http/Controllers/meeting_invitations_SINGLE_Controller.php

@@ -0,0 +1,18 @@
+<?php
+
+namespace App\Http\Controllers;
+
+use Illuminate\Http\Request;
+use Illuminate\Support\Facades\DB;
+use Illuminate\Support\Facades\Auth;
+
+class meeting_invitations_SINGLE_Controller extends Controller
+{
+    public $selfName = 'meeting_invitations_SINGLE_Controller';
+
+	// GET /meeting_invitations/view/{uid}/SUB_dashboard
+	public function SUB_dashboard(Request $request, $uid) {
+		$record = DB::table('meeting_invitation')->where('uid', $uid)->first();
+		return view('admin/meeting_invitations_SINGLE/SUB_dashboard', compact('record'));
+	}
+}

+ 23 - 0
app/Http/Controllers/meeting_knocks_Controller.php

@@ -0,0 +1,23 @@
+<?php
+
+namespace App\Http\Controllers;
+
+use Illuminate\Http\Request;
+use Illuminate\Support\Facades\DB;
+use Illuminate\Support\Facades\Auth;
+
+class meeting_knocks_Controller extends Controller
+{
+    public $selfName = 'meeting_knocks_Controller';
+
+	// GET /meeting_knocks
+	public function index(Request $request) {
+		$records = DB::table('meeting_knock')->get();
+		return view('admin/meeting_knocks/index', compact('records'));
+	}
+
+	// GET /meeting_knocks/view/{uid}
+	public function view(Request $request, $uid) {
+		return redirect("/meeting_knocks/view/$uid/SUB_dashboard");
+	}
+}

+ 18 - 0
app/Http/Controllers/meeting_knocks_SINGLE_Controller.php

@@ -0,0 +1,18 @@
+<?php
+
+namespace App\Http\Controllers;
+
+use Illuminate\Http\Request;
+use Illuminate\Support\Facades\DB;
+use Illuminate\Support\Facades\Auth;
+
+class meeting_knocks_SINGLE_Controller extends Controller
+{
+    public $selfName = 'meeting_knocks_SINGLE_Controller';
+
+	// GET /meeting_knocks/view/{uid}/SUB_dashboard
+	public function SUB_dashboard(Request $request, $uid) {
+		$record = DB::table('meeting_knock')->where('uid', $uid)->first();
+		return view('admin/meeting_knocks_SINGLE/SUB_dashboard', compact('record'));
+	}
+}

+ 23 - 0
app/Http/Controllers/meeting_messages_Controller.php

@@ -0,0 +1,23 @@
+<?php
+
+namespace App\Http\Controllers;
+
+use Illuminate\Http\Request;
+use Illuminate\Support\Facades\DB;
+use Illuminate\Support\Facades\Auth;
+
+class meeting_messages_Controller extends Controller
+{
+    public $selfName = 'meeting_messages_Controller';
+
+	// GET /meeting_messages
+	public function index(Request $request) {
+		$records = DB::table('meeting_message')->get();
+		return view('admin/meeting_messages/index', compact('records'));
+	}
+
+	// GET /meeting_message/view/{uid}
+	public function view(Request $request, $uid) {
+		return redirect("/meeting_message/view/$uid/SUB_dashboard");
+	}
+}

+ 18 - 0
app/Http/Controllers/meeting_messages_SINGLE_Controller.php

@@ -0,0 +1,18 @@
+<?php
+
+namespace App\Http\Controllers;
+
+use Illuminate\Http\Request;
+use Illuminate\Support\Facades\DB;
+use Illuminate\Support\Facades\Auth;
+
+class meeting_messages_SINGLE_Controller extends Controller
+{
+    public $selfName = 'meeting_messages_SINGLE_Controller';
+
+	// GET /meeting_message/view/{uid}/SUB_dashboard
+	public function SUB_dashboard(Request $request, $uid) {
+		$record = DB::table('meeting_message')->where('uid', $uid)->first();
+		return view('admin/meeting_messages_SINGLE/SUB_dashboard', compact('record'));
+	}
+}

+ 23 - 0
app/Http/Controllers/meeting_participants_Controller.php

@@ -0,0 +1,23 @@
+<?php
+
+namespace App\Http\Controllers;
+
+use Illuminate\Http\Request;
+use Illuminate\Support\Facades\DB;
+use Illuminate\Support\Facades\Auth;
+
+class meeting_participants_Controller extends Controller
+{
+    public $selfName = 'meeting_participants_Controller';
+
+	// GET /meeting_participants
+	public function index(Request $request) {
+		$records = DB::table('meeting_participant')->get();
+		return view('admin/meeting_participants/index', compact('records'));
+	}
+
+	// GET /meeting_participants/view/{uid}
+	public function view(Request $request, $uid) {
+		return redirect("/meeting_participants/view/$uid/SUB_dashboard");
+	}
+}

+ 18 - 0
app/Http/Controllers/meeting_participants_SINGLE_Controller.php

@@ -0,0 +1,18 @@
+<?php
+
+namespace App\Http\Controllers;
+
+use Illuminate\Http\Request;
+use Illuminate\Support\Facades\DB;
+use Illuminate\Support\Facades\Auth;
+
+class meeting_participants_SINGLE_Controller extends Controller
+{
+    public $selfName = 'meeting_participants_SINGLE_Controller';
+
+	// GET /meeting_participants/view/{uid}/SUB_dashboard
+	public function SUB_dashboard(Request $request, $uid) {
+		$record = DB::table('meeting_participant')->where('uid', $uid)->first();
+		return view('admin/meeting_participants_SINGLE/SUB_dashboard', compact('record'));
+	}
+}

+ 23 - 0
app/Http/Controllers/meeting_rings_Controller.php

@@ -0,0 +1,23 @@
+<?php
+
+namespace App\Http\Controllers;
+
+use Illuminate\Http\Request;
+use Illuminate\Support\Facades\DB;
+use Illuminate\Support\Facades\Auth;
+
+class meeting_rings_Controller extends Controller
+{
+    public $selfName = 'meeting_rings_Controller';
+
+	// GET /meeting_rings
+	public function index(Request $request) {
+		$records = DB::table('meeting_ring')->get();
+		return view('admin/meeting_rings/index', compact('records'));
+	}
+
+	// GET /meeting_rings/view/{uid}
+	public function view(Request $request, $uid) {
+		return redirect("/meeting_rings/view/$uid/SUB_dashboard");
+	}
+}

+ 18 - 0
app/Http/Controllers/meeting_rings_SINGLE_Controller.php

@@ -0,0 +1,18 @@
+<?php
+
+namespace App\Http\Controllers;
+
+use Illuminate\Http\Request;
+use Illuminate\Support\Facades\DB;
+use Illuminate\Support\Facades\Auth;
+
+class meeting_rings_SINGLE_Controller extends Controller
+{
+    public $selfName = 'meeting_rings_SINGLE_Controller';
+
+	// GET /meeting_rings/view/{uid}/SUB_dashboard
+	public function SUB_dashboard(Request $request, $uid) {
+		$record = DB::table('meeting_ring')->where('uid', $uid)->first();
+		return view('admin/meeting_rings_SINGLE/SUB_dashboard', compact('record'));
+	}
+}

+ 23 - 0
app/Http/Controllers/meetings_Controller.php

@@ -0,0 +1,23 @@
+<?php
+
+namespace App\Http\Controllers;
+
+use Illuminate\Http\Request;
+use Illuminate\Support\Facades\DB;
+use Illuminate\Support\Facades\Auth;
+
+class meetings_Controller extends Controller
+{
+    public $selfName = 'meetings_Controller';
+
+	// GET /meetings
+	public function index(Request $request) {
+		$records = DB::table('meeting')->get();
+		return view('admin/meetings/index', compact('records'));
+	}
+
+	// GET /meetings/view/{uid}
+	public function view(Request $request, $uid) {
+		return redirect("/meetings/view/$uid/SUB_dashboard");
+	}
+}

+ 53 - 0
app/Http/Controllers/meetings_SINGLE_Controller.php

@@ -0,0 +1,53 @@
+<?php
+
+namespace App\Http\Controllers;
+
+use Illuminate\Http\Request;
+use Illuminate\Support\Facades\DB;
+use Illuminate\Support\Facades\Auth;
+
+class meetings_SINGLE_Controller extends Controller
+{
+    public $selfName = 'meetings_SINGLE_Controller';
+
+	// GET /meetings/view/{uid}/SUB_dashboard
+	public function SUB_dashboard(Request $request, $uid) {
+		$record = DB::table('meeting')->where('uid', $uid)->first();
+		return view('admin/meetings_SINGLE/SUB_dashboard', compact('record'));
+	}
+
+	// GET /meetings/view/{uid}/SUB_meeting_participants
+	public function SUB_meeting_participants(Request $request, $uid) {
+		$record = DB::table('meeting')->where('uid', $uid)->first();
+		$subRecords = DB::table('meeting_participant')->where('meeting_id', $record->id)->get();
+		return view('admin/meetings_SINGLE/SUB_meeting_participants', compact('record', 'subRecords'));
+	}
+
+	// GET /meetings/view/{uid}/SUB_meeting_invitations
+	public function SUB_meeting_invitations(Request $request, $uid) {
+		$record = DB::table('meeting')->where('uid', $uid)->first();
+		$subRecords = DB::table('meeting_invitation')->where('meeting_id', $record->id)->get();
+		return view('admin/meetings_SINGLE/SUB_meeting_invitations', compact('record', 'subRecords'));
+	}
+
+	// GET /meetings/view/{uid}/SUB_meeting_rings
+	public function SUB_meeting_rings(Request $request, $uid) {
+		$record = DB::table('meeting')->where('uid', $uid)->first();
+		$subRecords = DB::table('meeting_ring')->where('meeting_id', $record->id)->get();
+		return view('admin/meetings_SINGLE/SUB_meeting_rings', compact('record', 'subRecords'));
+	}
+
+	// GET /meetings/view/{uid}/SUB_meeting_knocks
+	public function SUB_meeting_knocks(Request $request, $uid) {
+		$record = DB::table('meeting')->where('uid', $uid)->first();
+		$subRecords = DB::table('meeting_knock')->where('meeting_id', $record->id)->get();
+		return view('admin/meetings_SINGLE/SUB_meeting_knocks', compact('record', 'subRecords'));
+	}
+
+	// GET /meetings/view/{uid}/SUB_meeting_messages
+	public function SUB_meeting_messages(Request $request, $uid) {
+		$record = DB::table('meeting')->where('uid', $uid)->first();
+		$subRecords = DB::table('meeting_message')->where('meeting_id', $record->id)->get();
+		return view('admin/meetings_SINGLE/SUB_meeting_messages', compact('record', 'subRecords'));
+	}
+}

+ 59 - 0
generatecv/tree.txt

@@ -529,3 +529,62 @@ ADMIN
                 newAmount:number=amount
         SUB
             dashboard
+    lobbies|lobby|add|view
+    lobbies/add_new:create
+        name
+		urlSlug
+		isStrangerAccessible:boolean
+		isClientAccessible:boolean
+    lobbies/view/{uid}
+        ACTIONS
+            putName
+                name
+            putUrlSlug
+                urlSlug
+            setIsStrangerAccessibleToTrue
+            setIsStrangerAccessibleToFalse
+            setIsClientAccessibleToTrue
+            setIsClientAccessibleToFalse
+        SUB
+            dashboard
+            lobby_pros
+                id=lobby_pro.lobby_id=>/lobby_pros/view/UID
+                add_new:lobby_pro
+                    lobbyUid:hidden=uid
+                    proUid:record:pro:uid,name_display
+            meetings
+                id=meeting.lobby_id=>/meetings/view/UID
+    meetings|meeting|view
+    meetings/view/{uid}
+        SUB
+            dashboard
+            meeting_participants
+                id=meeting_participant.meeting_id=>/meeting_participants/view/UID
+            meeting_invitations
+                id=meeting_invitation.meeting_id=>/meeting_invitations/view/UID
+            meeting_rings
+                id=meeting_ring.meeting_id=>/meeting_rings/view/UID
+            meeting_knocks
+                id=meeting_knock.meeting_id=>/meeting_knocks/view/UID
+            meeting_messages
+                id=meeting_message.meeting_id=>/meeting_messages/view/UID
+    meeting_participants|meeting_participant|view
+    meeting_participants/view/{uid}
+        SUB
+            dashboard
+    meeting_invitations|meeting_invitation|view
+    meeting_invitations/view/{uid}
+        SUB
+            dashboard
+    meeting_rings|meeting_ring|view
+    meeting_rings/view/{uid}
+        SUB
+            dashboard
+    meeting_knocks|meeting_knock|view
+    meeting_knocks/view/{uid}
+        SUB
+            dashboard
+    meeting_messages|meeting_message|view
+    meeting_message/view/{uid}
+        SUB
+            dashboard

+ 20 - 16
resources/views/admin/facilities/index.blade.php

@@ -13,14 +13,6 @@
             <thead>
             <tr>
 <th>Id</th>
-<th>Created At</th>
-<th>Type</th>
-<th>Uid</th>
-<th>Deactivated At</th>
-<th>Deactivation Memo</th>
-<th>Is Active</th>
-<th>Reactivated At</th>
-<th>Reactivation Memo</th>
 <th>Address City</th>
 <th>Address Country</th>
 <th>Address Full</th>
@@ -34,7 +26,17 @@
 <th>Hours</th>
 <th>Name</th>
 <th>Phone</th>
+<th>Created At</th>
+<th>Uid</th>
 <th>Created By Session Id</th>
+<th>Deactivated At</th>
+<th>Deactivation Memo</th>
+<th>Is Active</th>
+<th>Reactivated At</th>
+<th>Reactivation Memo</th>
+<th>Deactivated By Id</th>
+<th>Reactivated By Id</th>
+<th>Type</th>
 <th>Deactivated By Session Id</th>
 <th>Reactivated By Session Id</th>
             </tr>
@@ -43,14 +45,6 @@
             @foreach($records as $record)
                 <tr>
 <td><?= $record->id ?></td>
-<td><?= $record->created_at ?></td>
-<td><?= $record->type ?></td>
-<td><a href="/facilities/view/<?= $record->uid ?>"><?= $record->uid ?></a></td>
-<td><?= $record->deactivated_at ?></td>
-<td><?= $record->deactivation_memo ?></td>
-<td><?= $record->is_active ?></td>
-<td><?= $record->reactivated_at ?></td>
-<td><?= $record->reactivation_memo ?></td>
 <td><?= $record->address_city ?></td>
 <td><?= $record->address_country ?></td>
 <td><?= $record->address_full ?></td>
@@ -64,7 +58,17 @@
 <td><?= $record->hours ?></td>
 <td><?= $record->name ?></td>
 <td><?= $record->phone ?></td>
+<td><?= $record->created_at ?></td>
+<td><a href="/facilities/view/<?= $record->uid ?>"><?= $record->uid ?></a></td>
 <td><?= $record->created_by_session_id ?></td>
+<td><?= $record->deactivated_at ?></td>
+<td><?= $record->deactivation_memo ?></td>
+<td><?= $record->is_active ?></td>
+<td><?= $record->reactivated_at ?></td>
+<td><?= $record->reactivation_memo ?></td>
+<td><?= $record->deactivated_by_id ?></td>
+<td><?= $record->reactivated_by_id ?></td>
+<td><?= $record->type ?></td>
 <td><?= $record->deactivated_by_session_id ?></td>
 <td><?= $record->reactivated_by_session_id ?></td>
                 </tr>

+ 6 - 0
resources/views/admin/lobbies/actions.blade.php

@@ -0,0 +1,6 @@
+<a href='/lobbies/view/<?= $record->uid ?>/ACTION_putName' class='d-block btn btn-sm btn-default mb-3'>Put Name</a>
+<a href='/lobbies/view/<?= $record->uid ?>/ACTION_putUrlSlug' class='d-block btn btn-sm btn-default mb-3'>Put Url Slug</a>
+<a href='/lobbies/view/<?= $record->uid ?>/ACTION_setIsStrangerAccessibleToTrue' class='d-block btn btn-sm btn-default mb-3'>Set Is Stranger Accessible To True</a>
+<a href='/lobbies/view/<?= $record->uid ?>/ACTION_setIsStrangerAccessibleToFalse' class='d-block btn btn-sm btn-default mb-3'>Set Is Stranger Accessible To False</a>
+<a href='/lobbies/view/<?= $record->uid ?>/ACTION_setIsClientAccessibleToTrue' class='d-block btn btn-sm btn-default mb-3'>Set Is Client Accessible To True</a>
+<a href='/lobbies/view/<?= $record->uid ?>/ACTION_setIsClientAccessibleToFalse' class='d-block btn btn-sm btn-default mb-3'>Set Is Client Accessible To False</a>

+ 48 - 0
resources/views/admin/lobbies/add_new.blade.php

@@ -0,0 +1,48 @@
+@extends('layouts.pro-logged-in')
+@section('content')
+
+    <h3 class="d-flex mb-3">
+        <div>Lobbies: Add New</div>
+        <div class="ml-auto">
+            <a class="btn btn-primary btn-sm" href="{{route('lobbies-index')}}">
+                <i class="fa fa-chevron-left" aria-hidden="true"></i>
+                Back
+            </a>
+        </div>
+    </h3>
+
+    <form action="/post-to-api"
+          method="post" enctype="multipart/form-data"
+          class="bg-light rounded border px-3 pt-3 mb-3">
+        @csrf
+
+        @if (session('message'))
+            <div class="alert alert-danger">{{ session('message') }}</div>
+        @endif
+
+        <input type="hidden" name="_api" value="/api/lobby/create">
+        <input type="hidden" name="_success" value="{{route('lobbies-index')}}">
+        <input type="hidden" name="_return" value="{{route('lobbies-add_new')}}">
+        <div class='form-group mb-3'>
+<label class='control-label'>Name</label>
+<input class='form-control' type='text' name='name' value='{{ old('name') ? old('name') : '' }}' >
+</div>
+<div class='form-group mb-3'>
+<label class='control-label'>Url Slug</label>
+<input class='form-control' type='text' name='urlSlug' value='{{ old('urlSlug') ? old('urlSlug') : '' }}' >
+</div>
+<div class='form-group mb-3'>
+<label class='control-label'>Is Stranger Accessible</label>
+<input class='form-control' type='boolean' name='isStrangerAccessible' value='{{ old('isStrangerAccessible') ? old('isStrangerAccessible') : '' }}' >
+</div>
+<div class='form-group mb-3'>
+<label class='control-label'>Is Client Accessible</label>
+<input class='form-control' type='boolean' name='isClientAccessible' value='{{ old('isClientAccessible') ? old('isClientAccessible') : '' }}' >
+</div>
+        <div class="form-group mb-3">
+            <button class="btn btn-sm btn-primary mr-3 px-5">Submit</button>
+            <a href="{{route('lobbies-index')}}" class="btn btn-sm btn-default px-5">Cancel</a>
+        </div>
+    </form>
+
+@endsection

+ 60 - 0
resources/views/admin/lobbies/index.blade.php

@@ -0,0 +1,60 @@
+@extends('layouts.pro-logged-in')
+@section('content')
+
+    <h3 class="d-flex mb-3">
+        <div>Lobbies: List</div>
+        <div class="ml-auto">
+            <a class='btn btn-primary btn-sm ml-2' href='/lobbies/add_new'><i class='fa fa-plus-circle' aria-hidden='true'></i> Add New</a>
+        </div>
+    </h3>
+
+    <div class="table-responsive p-0 bg-white border">
+        <table class="table table-hover text-nowrap">
+            <thead>
+            <tr>
+<th>Id</th>
+<th>Created At</th>
+<th>Type</th>
+<th>Uid</th>
+<th>Deactivated At</th>
+<th>Deactivation Memo</th>
+<th>Is Active</th>
+<th>Reactivated At</th>
+<th>Reactivation Memo</th>
+<th>Is Client Accessible</th>
+<th>Is Main Welcome Lobby</th>
+<th>Is Stranger Accessible</th>
+<th>Name</th>
+<th>Url Slug</th>
+<th>Created By Session Id</th>
+<th>Deactivated By Session Id</th>
+<th>Reactivated By Session Id</th>
+            </tr>
+            </thead>
+            <tbody>
+            @foreach($records as $record)
+                <tr>
+<td><?= $record->id ?></td>
+<td><?= $record->created_at ?></td>
+<td><?= $record->type ?></td>
+<td><a href="/lobbies/view/<?= $record->uid ?>"><?= $record->uid ?></a></td>
+<td><?= $record->deactivated_at ?></td>
+<td><?= $record->deactivation_memo ?></td>
+<td><?= $record->is_active ?></td>
+<td><?= $record->reactivated_at ?></td>
+<td><?= $record->reactivation_memo ?></td>
+<td><?= $record->is_client_accessible ?></td>
+<td><?= $record->is_main_welcome_lobby ?></td>
+<td><?= $record->is_stranger_accessible ?></td>
+<td><?= $record->name ?></td>
+<td><?= $record->url_slug ?></td>
+<td><?= $record->created_by_session_id ?></td>
+<td><?= $record->deactivated_by_session_id ?></td>
+<td><?= $record->reactivated_by_session_id ?></td>
+                </tr>
+            @endforeach
+            </tbody>
+        </table>
+    </div>
+
+@endsection

+ 3 - 0
resources/views/admin/lobbies/subs.blade.php

@@ -0,0 +1,3 @@
+<a href='/lobbies/view/<?= $record->uid ?>/SUB_dashboard' class='d-block px-3 py-2 border-bottom {{ request()->route()->getActionMethod() === 'SUB_dashboard' ? 'bg-secondary text-white font-weight-bold' : '' }}{{ strpos(request()->route()->getActionMethod(), 'ACTION_') === 0 ? 'bg-secondary text-white font-weight-bold' : '' }}'>Dashboard</a>
+<a href='/lobbies/view/<?= $record->uid ?>/SUB_lobby_pros' class='d-block px-3 py-2 border-bottom {{ request()->route()->getActionMethod() === 'SUB_lobby_pros' ? 'bg-secondary text-white font-weight-bold' : '' }}'>Lobby Pros</a>
+<a href='/lobbies/view/<?= $record->uid ?>/SUB_meetings' class='d-block px-3 py-2 border-bottom {{ request()->route()->getActionMethod() === 'SUB_meetings' ? 'bg-secondary text-white font-weight-bold' : '' }}'>Meetings</a>

+ 27 - 0
resources/views/admin/lobbies/view.blade.php

@@ -0,0 +1,27 @@
+@extends('layouts.pro-logged-in')
+@section('content')
+
+    <h3 class="d-flex mb-3">
+        <div>Lobbies: Single [<?= $record->uid ?>]</div>
+        <div class="ml-auto">
+            <a class="btn btn-primary btn-sm" href="{{route('lobbies-index')}}">
+                <i class="fa fa-chevron-left" aria-hidden="true"></i>
+                Back
+            </a>
+        </div>
+    </h3>
+
+    <div class="card">
+        <div class="row">
+            <div class="col-3">
+                <div class="border-right h-100">
+                    @include('admin/lobbies/subs')
+                </div>
+            </div>
+            <div class="col-9">
+                @yield('content-inner')
+            </div>
+        </div>
+    </div>
+
+@endsection

+ 38 - 0
resources/views/admin/lobbies_SINGLE/ACTION_lobby_prosAddNew.blade.php

@@ -0,0 +1,38 @@
+@extends('admin.lobbies.view')
+@section('content-inner')
+
+    <h4 class='my-3'>
+        <div>Lobby Pros Add New</div>
+    </h4>
+
+    <form action="/post-to-api"
+          method="post" enctype="multipart/form-data"
+          class="bg-light rounded border px-3 pt-3 mr-3 mb-3">
+        @csrf
+
+        @if (session('message'))
+            <div class="alert alert-danger">{{ session('message') }}</div>
+        @endif
+
+        <input type="hidden" name="_uid" value="{{ $record->uid }}">
+        <input type="hidden" name="_api" value="/api/lobbyPro/create">
+        <input type="hidden" name="_success" value="{{route('lobbies_SINGLE-SUB_lobby_pros', ['uid' => $record->uid])}}">
+        <input type="hidden" name="_return" value="{{route('lobbies_SINGLE-ACTION_lobby_prosAddNew', ['uid' => $record->uid])}}">
+        <input class='form-control' type='hidden' name='lobbyUid' value='{{ old('lobbyUid') ? old('lobbyUid') : $record->uid }}' >
+<div class='form-group mb-3'>
+<label class='control-label'>Pro</label>
+<select class='form-control' name='proUid' value='{{ old('proUid') ? old('proUid') : '' }}' >
+<option value=''>-- Select --</option>
+<?php $dbOptions = \Illuminate\Support\Facades\DB::table('pro')->get(); ?>
+<?php foreach($dbOptions as $o): ?>
+<option <?= $o->uid === (old('proUid') ? old('proUid') : '') ? 'selected' : '' ?> value='<?= $o->uid ?>'><?= $o->name_display ?> (<?= $o->uid ?>)</option>
+<?php endforeach; ?>
+</select>
+</div>
+        <div class="form-group mb-3">
+            <button class="btn btn-sm btn-primary mr-3 px-5">Submit</button>
+            <a href="{{route('lobbies_SINGLE-SUB_lobby_pros', ['uid' => $record->uid])}}" class="btn btn-sm btn-default px-5">Cancel</a>
+        </div>
+    </form>
+
+@endsection

+ 31 - 0
resources/views/admin/lobbies_SINGLE/ACTION_putName.blade.php

@@ -0,0 +1,31 @@
+@extends('admin.lobbies.view')
+@section('content-inner')
+
+    <h4 class='my-3'>
+        <div>Put Name</div>
+    </h4>
+
+    <form action="/post-to-api"
+          method="post" enctype="multipart/form-data"
+          class="bg-light rounded border px-3 pt-3 mr-3 mb-3">
+        @csrf
+
+        @if (session('message'))
+            <div class="alert alert-danger">{{ session('message') }}</div>
+        @endif
+
+        <input type="hidden" name="_uid" value="{{ $record->uid }}">
+        <input type="hidden" name="_api" value="/api/lobby/putName">
+        <input type="hidden" name="_success" value="{{route('lobbies-view', ['uid' => $record->uid])}}">
+        <input type="hidden" name="_return" value="{{route('lobbies_SINGLE-ACTION_putName', ['uid' => $record->uid])}}">
+        <div class='form-group mb-3'>
+<label class='control-label'>Name</label>
+<input class='form-control' type='text' name='name' value='{{ old('name') ? old('name') : '' }}' >
+</div>
+        <div class="form-group mb-3">
+            <button class="btn btn-sm btn-primary mr-3 px-5">Submit</button>
+            <a href="{{route('lobbies-view', ['uid' => $record->uid])}}" class="btn btn-sm btn-default px-5">Cancel</a>
+        </div>
+    </form>
+
+@endsection

+ 31 - 0
resources/views/admin/lobbies_SINGLE/ACTION_putUrlSlug.blade.php

@@ -0,0 +1,31 @@
+@extends('admin.lobbies.view')
+@section('content-inner')
+
+    <h4 class='my-3'>
+        <div>Put Url Slug</div>
+    </h4>
+
+    <form action="/post-to-api"
+          method="post" enctype="multipart/form-data"
+          class="bg-light rounded border px-3 pt-3 mr-3 mb-3">
+        @csrf
+
+        @if (session('message'))
+            <div class="alert alert-danger">{{ session('message') }}</div>
+        @endif
+
+        <input type="hidden" name="_uid" value="{{ $record->uid }}">
+        <input type="hidden" name="_api" value="/api/lobby/putUrlSlug">
+        <input type="hidden" name="_success" value="{{route('lobbies-view', ['uid' => $record->uid])}}">
+        <input type="hidden" name="_return" value="{{route('lobbies_SINGLE-ACTION_putUrlSlug', ['uid' => $record->uid])}}">
+        <div class='form-group mb-3'>
+<label class='control-label'>Url Slug</label>
+<input class='form-control' type='text' name='urlSlug' value='{{ old('urlSlug') ? old('urlSlug') : '' }}' >
+</div>
+        <div class="form-group mb-3">
+            <button class="btn btn-sm btn-primary mr-3 px-5">Submit</button>
+            <a href="{{route('lobbies-view', ['uid' => $record->uid])}}" class="btn btn-sm btn-default px-5">Cancel</a>
+        </div>
+    </form>
+
+@endsection

+ 28 - 0
resources/views/admin/lobbies_SINGLE/ACTION_setIsClientAccessibleToFalse.blade.php

@@ -0,0 +1,28 @@
+@extends('admin.lobbies.view')
+@section('content-inner')
+
+    <h4 class='my-3'>
+        <div>Set Is Client Accessible To False</div>
+    </h4>
+
+    <form action="/post-to-api"
+          method="post" enctype="multipart/form-data"
+          class="bg-light rounded border px-3 pt-3 mr-3 mb-3">
+        @csrf
+
+        @if (session('message'))
+            <div class="alert alert-danger">{{ session('message') }}</div>
+        @endif
+
+        <input type="hidden" name="_uid" value="{{ $record->uid }}">
+        <input type="hidden" name="_api" value="/api/lobby/setIsClientAccessibleToFalse">
+        <input type="hidden" name="_success" value="{{route('lobbies-view', ['uid' => $record->uid])}}">
+        <input type="hidden" name="_return" value="{{route('lobbies_SINGLE-ACTION_setIsClientAccessibleToFalse', ['uid' => $record->uid])}}">
+        
+        <div class="form-group mb-3">
+            <button class="btn btn-sm btn-primary mr-3 px-5">Submit</button>
+            <a href="{{route('lobbies-view', ['uid' => $record->uid])}}" class="btn btn-sm btn-default px-5">Cancel</a>
+        </div>
+    </form>
+
+@endsection

+ 28 - 0
resources/views/admin/lobbies_SINGLE/ACTION_setIsClientAccessibleToTrue.blade.php

@@ -0,0 +1,28 @@
+@extends('admin.lobbies.view')
+@section('content-inner')
+
+    <h4 class='my-3'>
+        <div>Set Is Client Accessible To True</div>
+    </h4>
+
+    <form action="/post-to-api"
+          method="post" enctype="multipart/form-data"
+          class="bg-light rounded border px-3 pt-3 mr-3 mb-3">
+        @csrf
+
+        @if (session('message'))
+            <div class="alert alert-danger">{{ session('message') }}</div>
+        @endif
+
+        <input type="hidden" name="_uid" value="{{ $record->uid }}">
+        <input type="hidden" name="_api" value="/api/lobby/setIsClientAccessibleToTrue">
+        <input type="hidden" name="_success" value="{{route('lobbies-view', ['uid' => $record->uid])}}">
+        <input type="hidden" name="_return" value="{{route('lobbies_SINGLE-ACTION_setIsClientAccessibleToTrue', ['uid' => $record->uid])}}">
+        
+        <div class="form-group mb-3">
+            <button class="btn btn-sm btn-primary mr-3 px-5">Submit</button>
+            <a href="{{route('lobbies-view', ['uid' => $record->uid])}}" class="btn btn-sm btn-default px-5">Cancel</a>
+        </div>
+    </form>
+
+@endsection

+ 28 - 0
resources/views/admin/lobbies_SINGLE/ACTION_setIsStrangerAccessibleToFalse.blade.php

@@ -0,0 +1,28 @@
+@extends('admin.lobbies.view')
+@section('content-inner')
+
+    <h4 class='my-3'>
+        <div>Set Is Stranger Accessible To False</div>
+    </h4>
+
+    <form action="/post-to-api"
+          method="post" enctype="multipart/form-data"
+          class="bg-light rounded border px-3 pt-3 mr-3 mb-3">
+        @csrf
+
+        @if (session('message'))
+            <div class="alert alert-danger">{{ session('message') }}</div>
+        @endif
+
+        <input type="hidden" name="_uid" value="{{ $record->uid }}">
+        <input type="hidden" name="_api" value="/api/lobby/setIsStrangerAccessibleToFalse">
+        <input type="hidden" name="_success" value="{{route('lobbies-view', ['uid' => $record->uid])}}">
+        <input type="hidden" name="_return" value="{{route('lobbies_SINGLE-ACTION_setIsStrangerAccessibleToFalse', ['uid' => $record->uid])}}">
+        
+        <div class="form-group mb-3">
+            <button class="btn btn-sm btn-primary mr-3 px-5">Submit</button>
+            <a href="{{route('lobbies-view', ['uid' => $record->uid])}}" class="btn btn-sm btn-default px-5">Cancel</a>
+        </div>
+    </form>
+
+@endsection

+ 28 - 0
resources/views/admin/lobbies_SINGLE/ACTION_setIsStrangerAccessibleToTrue.blade.php

@@ -0,0 +1,28 @@
+@extends('admin.lobbies.view')
+@section('content-inner')
+
+    <h4 class='my-3'>
+        <div>Set Is Stranger Accessible To True</div>
+    </h4>
+
+    <form action="/post-to-api"
+          method="post" enctype="multipart/form-data"
+          class="bg-light rounded border px-3 pt-3 mr-3 mb-3">
+        @csrf
+
+        @if (session('message'))
+            <div class="alert alert-danger">{{ session('message') }}</div>
+        @endif
+
+        <input type="hidden" name="_uid" value="{{ $record->uid }}">
+        <input type="hidden" name="_api" value="/api/lobby/setIsStrangerAccessibleToTrue">
+        <input type="hidden" name="_success" value="{{route('lobbies-view', ['uid' => $record->uid])}}">
+        <input type="hidden" name="_return" value="{{route('lobbies_SINGLE-ACTION_setIsStrangerAccessibleToTrue', ['uid' => $record->uid])}}">
+        
+        <div class="form-group mb-3">
+            <button class="btn btn-sm btn-primary mr-3 px-5">Submit</button>
+            <a href="{{route('lobbies-view', ['uid' => $record->uid])}}" class="btn btn-sm btn-default px-5">Cancel</a>
+        </div>
+    </form>
+
+@endsection

+ 34 - 0
resources/views/admin/lobbies_SINGLE/SUB_dashboard.blade.php

@@ -0,0 +1,34 @@
+@extends('admin.lobbies.view')
+@section('content-inner')
+
+    <div class="row">
+    <div class="col-7">
+
+        <div class="table-responsive p-0 bg-white table-sm mt-3">
+            <table class="table table-hover text-nowrap table-striped border-left border-right border-bottom">
+                <thead>
+                <tr>
+                    <th colspan="2" class="px-2">Record Details</th>
+                </tr>
+                </thead>
+                <tbody>
+                @foreach($record as $k => $v)
+                    <tr>
+                        <td class="px-2 text-secondary border-right">{{ ucwords(str_replace("_", " ", $k)) }}</td>
+                        <td class="px-2 font-weight-bold">{{ $record->$k }}</td>
+                    </tr>
+                @endforeach
+                </tbody>
+            </table>
+        </div>
+
+    </div>
+    <div class="col-5">
+        <div class="border-left h-100 pt-3 px-3">
+            @include('admin/lobbies/actions')
+        </div>
+    </div>
+</div>
+
+
+@endsection

+ 58 - 0
resources/views/admin/lobbies_SINGLE/SUB_lobby_pros.blade.php

@@ -0,0 +1,58 @@
+@extends('admin.lobbies.view')
+@section('content-inner')
+
+    <div class="mr-3 pb-3">
+
+        <h4 class='my-3 d-flex'>
+            <div>Lobby Pros</div>
+            <div class="ml-auto">
+                <a class="btn btn-primary btn-sm" href="{{route('lobbies_SINGLE-ACTION_lobby_prosAddNew', ['uid' => $record->uid])}}"><i class='fa fa-plus-circle' aria-hidden='true'></i> Add New</a>
+            </div>
+        </h4>
+
+        <div class="table-responsive p-0 bg-white border">
+            <table class="table table-hover text-nowrap">
+                <thead>
+                <tr>
+                    <th>Id</th>
+<th>Created At</th>
+<th>Type</th>
+<th>Uid</th>
+<th>Deactivated At</th>
+<th>Deactivation Memo</th>
+<th>Is Active</th>
+<th>Reactivated At</th>
+<th>Reactivation Memo</th>
+<th>Created By Session Id</th>
+<th>Deactivated By Session Id</th>
+<th>Reactivated By Session Id</th>
+<th>Lobby Id</th>
+<th>Pro Id</th>
+                </tr>
+                </thead>
+                <tbody>
+                @foreach($subRecords as $subRecord)
+                    <tr>
+                        <td><?= $subRecord->id ?></td>
+<td><?= $subRecord->created_at ?></td>
+<td><?= $subRecord->type ?></td>
+<td><a href="/lobby_pros/view/{{ $subRecord->uid }}"><?= $subRecord->uid ?></a></td>
+<td><?= $subRecord->deactivated_at ?></td>
+<td><?= $subRecord->deactivation_memo ?></td>
+<td><?= $subRecord->is_active ?></td>
+<td><?= $subRecord->reactivated_at ?></td>
+<td><?= $subRecord->reactivation_memo ?></td>
+<td><?= $subRecord->created_by_session_id ?></td>
+<td><?= $subRecord->deactivated_by_session_id ?></td>
+<td><?= $subRecord->reactivated_by_session_id ?></td>
+<td><?= $subRecord->lobby_id ?></td>
+<td><?= $subRecord->pro_id ?></td>
+                    </tr>
+                @endforeach
+                </tbody>
+            </table>
+        </div>
+
+    </div>
+
+@endsection

+ 100 - 0
resources/views/admin/lobbies_SINGLE/SUB_meetings.blade.php

@@ -0,0 +1,100 @@
+@extends('admin.lobbies.view')
+@section('content-inner')
+
+    <div class="mr-3 pb-3">
+
+        <h4 class='my-3 d-flex'>
+            <div>Meetings</div>
+            <div class="ml-auto">
+                <!-- _ADD_NEW_LINK_ -->
+            </div>
+        </h4>
+
+        <div class="table-responsive p-0 bg-white border">
+            <table class="table table-hover text-nowrap">
+                <thead>
+                <tr>
+                    <th>Id</th>
+<th>Created At</th>
+<th>Uid</th>
+<th>Deactivated At</th>
+<th>Deactivation Memo</th>
+<th>Is Active</th>
+<th>Reactivated At</th>
+<th>Reactivation Memo</th>
+<th>Access Token</th>
+<th>Dob</th>
+<th>Initiated By Api Or Pro</th>
+<th>Name</th>
+<th>Created By Session Id</th>
+<th>Deactivated By Id</th>
+<th>Reactivated By Id</th>
+<th>Initiated By Pro Id</th>
+<th>Open Tok Session Id</th>
+<th>Type</th>
+<th>Deactivated By Session Id</th>
+<th>Reactivated By Session Id</th>
+<th>Initiated By Api Or Pro Or Client</th>
+<th>Initiated By Client Id</th>
+<th>Is Stranger Mcn Ppb</th>
+<th>Meeting Number</th>
+<th>Open Tok Sessionid</th>
+<th>Stranger Detail</th>
+<th>Stranger Dob</th>
+<th>Stranger First Name</th>
+<th>Stranger Last Name</th>
+<th>Stranger Mcn</th>
+<th>Stranger Mcn Detail</th>
+<th>Stranger Ssn</th>
+<th>Title</th>
+<th>Lobby Id</th>
+<th>Target Lobby Pro Id</th>
+                </tr>
+                </thead>
+                <tbody>
+                @foreach($subRecords as $subRecord)
+                    <tr>
+                        <td><?= $subRecord->id ?></td>
+<td><?= $subRecord->created_at ?></td>
+<td><a href="/meetings/view/{{ $subRecord->uid }}"><?= $subRecord->uid ?></a></td>
+<td><?= $subRecord->deactivated_at ?></td>
+<td><?= $subRecord->deactivation_memo ?></td>
+<td><?= $subRecord->is_active ?></td>
+<td><?= $subRecord->reactivated_at ?></td>
+<td><?= $subRecord->reactivation_memo ?></td>
+<td><?= $subRecord->access_token ?></td>
+<td><?= $subRecord->dob ?></td>
+<td><?= $subRecord->initiated_by_api_or_pro ?></td>
+<td><?= $subRecord->name ?></td>
+<td><?= $subRecord->created_by_session_id ?></td>
+<td><?= $subRecord->deactivated_by_id ?></td>
+<td><?= $subRecord->reactivated_by_id ?></td>
+<td><?= $subRecord->initiated_by_pro_id ?></td>
+<td><?= $subRecord->open_tok_session_id ?></td>
+<td><?= $subRecord->type ?></td>
+<td><?= $subRecord->deactivated_by_session_id ?></td>
+<td><?= $subRecord->reactivated_by_session_id ?></td>
+<td><?= $subRecord->initiated_by_api_or_pro_or_client ?></td>
+<td><?= $subRecord->initiated_by_client_id ?></td>
+<td><?= $subRecord->is_stranger_mcn_ppb ?></td>
+<td><?= $subRecord->meeting_number ?></td>
+<td><?= $subRecord->open_tok_sessionid ?></td>
+<td><?= $subRecord->stranger_detail ?></td>
+<td><?= $subRecord->stranger_dob ?></td>
+<td><?= $subRecord->stranger_first_name ?></td>
+<td><?= $subRecord->stranger_last_name ?></td>
+<td><?= $subRecord->stranger_mcn ?></td>
+<td><?= $subRecord->stranger_mcn_detail ?></td>
+<td><?= $subRecord->stranger_ssn ?></td>
+<td><?= $subRecord->title ?></td>
+<td><?= $subRecord->lobby_id ?></td>
+<td><?= $subRecord->target_lobby_pro_id ?></td>
+                    </tr>
+                @endforeach
+                </tbody>
+            </table>
+        </div>
+
+    </div>
+
+@endsection

+ 0 - 0
resources/views/admin/meeting_invitations/actions.blade.php


+ 60 - 0
resources/views/admin/meeting_invitations/index.blade.php

@@ -0,0 +1,60 @@
+@extends('layouts.pro-logged-in')
+@section('content')
+
+    <h3 class="d-flex mb-3">
+        <div>Meeting Invitations: List</div>
+        <div class="ml-auto">
+            <!-- _ADD_NEW_LINK_ -->
+        </div>
+    </h3>
+
+    <div class="table-responsive p-0 bg-white border">
+        <table class="table table-hover text-nowrap">
+            <thead>
+            <tr>
+<th>Id</th>
+<th>Created At</th>
+<th>Type</th>
+<th>Uid</th>
+<th>Cancellation Memo</th>
+<th>Cancelled At</th>
+<th>Is Cancelled</th>
+<th>Is Used</th>
+<th>Sms Or Email</th>
+<th>To Email</th>
+<th>To Name</th>
+<th>To Sms</th>
+<th>Token</th>
+<th>Created By Session Id</th>
+<th>Cancelled By Session Id</th>
+<th>Meeting Id</th>
+<th>Resulting Meeting Participant Id</th>
+            </tr>
+            </thead>
+            <tbody>
+            @foreach($records as $record)
+                <tr>
+<td><?= $record->id ?></td>
+<td><?= $record->created_at ?></td>
+<td><?= $record->type ?></td>
+<td><a href="/meeting_invitations/view/<?= $record->uid ?>"><?= $record->uid ?></a></td>
+<td><?= $record->cancellation_memo ?></td>
+<td><?= $record->cancelled_at ?></td>
+<td><?= $record->is_cancelled ?></td>
+<td><?= $record->is_used ?></td>
+<td><?= $record->sms_or_email ?></td>
+<td><?= $record->to_email ?></td>
+<td><?= $record->to_name ?></td>
+<td><?= $record->to_sms ?></td>
+<td><?= $record->token ?></td>
+<td><?= $record->created_by_session_id ?></td>
+<td><?= $record->cancelled_by_session_id ?></td>
+<td><?= $record->meeting_id ?></td>
+<td><?= $record->resulting_meeting_participant_id ?></td>
+                </tr>
+            @endforeach
+            </tbody>
+        </table>
+    </div>
+
+@endsection

+ 1 - 0
resources/views/admin/meeting_invitations/subs.blade.php

@@ -0,0 +1 @@
+<a href='/meeting_invitations/view/<?= $record->uid ?>/SUB_dashboard' class='d-block px-3 py-2 border-bottom {{ request()->route()->getActionMethod() === 'SUB_dashboard' ? 'bg-secondary text-white font-weight-bold' : '' }}{{ strpos(request()->route()->getActionMethod(), 'ACTION_') === 0 ? 'bg-secondary text-white font-weight-bold' : '' }}'>Dashboard</a>

+ 27 - 0
resources/views/admin/meeting_invitations/view.blade.php

@@ -0,0 +1,27 @@
+@extends('layouts.pro-logged-in')
+@section('content')
+
+    <h3 class="d-flex mb-3">
+        <div>Meeting Invitations: Single [<?= $record->uid ?>]</div>
+        <div class="ml-auto">
+            <a class="btn btn-primary btn-sm" href="{{route('meeting_invitations-index')}}">
+                <i class="fa fa-chevron-left" aria-hidden="true"></i>
+                Back
+            </a>
+        </div>
+    </h3>
+
+    <div class="card">
+        <div class="row">
+            <div class="col-3">
+                <div class="border-right h-100">
+                    @include('admin/meeting_invitations/subs')
+                </div>
+            </div>
+            <div class="col-9">
+                @yield('content-inner')
+            </div>
+        </div>
+    </div>
+
+@endsection

+ 34 - 0
resources/views/admin/meeting_invitations_SINGLE/SUB_dashboard.blade.php

@@ -0,0 +1,34 @@
+@extends('admin.meeting_invitations.view')
+@section('content-inner')
+
+    <div class="row">
+    <div class="col-7">
+
+        <div class="table-responsive p-0 bg-white table-sm mt-3">
+            <table class="table table-hover text-nowrap table-striped border-left border-right border-bottom">
+                <thead>
+                <tr>
+                    <th colspan="2" class="px-2">Record Details</th>
+                </tr>
+                </thead>
+                <tbody>
+                @foreach($record as $k => $v)
+                    <tr>
+                        <td class="px-2 text-secondary border-right">{{ ucwords(str_replace("_", " ", $k)) }}</td>
+                        <td class="px-2 font-weight-bold">{{ $record->$k }}</td>
+                    </tr>
+                @endforeach
+                </tbody>
+            </table>
+        </div>
+
+    </div>
+    <div class="col-5">
+        <div class="border-left h-100 pt-3 px-3">
+            @include('admin/meeting_invitations/actions')
+        </div>
+    </div>
+</div>
+
+
+@endsection

+ 0 - 0
resources/views/admin/meeting_knocks/actions.blade.php


+ 54 - 0
resources/views/admin/meeting_knocks/index.blade.php

@@ -0,0 +1,54 @@
+@extends('layouts.pro-logged-in')
+@section('content')
+
+    <h3 class="d-flex mb-3">
+        <div>Meeting Knocks: List</div>
+        <div class="ml-auto">
+            <!-- _ADD_NEW_LINK_ -->
+        </div>
+    </h3>
+
+    <div class="table-responsive p-0 bg-white border">
+        <table class="table table-hover text-nowrap">
+            <thead>
+            <tr>
+<th>Id</th>
+<th>Created At</th>
+<th>Type</th>
+<th>Uid</th>
+<th>Name</th>
+<th>Outcome</th>
+<th>Outcome At</th>
+<th>Picture Base64</th>
+<th>Stranger Client Or Pro</th>
+<th>Created By Session Id</th>
+<th>Client Id</th>
+<th>Meeting Id</th>
+<th>Outcome By Session Id</th>
+<th>Pro Id</th>
+            </tr>
+            </thead>
+            <tbody>
+            @foreach($records as $record)
+                <tr>
+<td><?= $record->id ?></td>
+<td><?= $record->created_at ?></td>
+<td><?= $record->type ?></td>
+<td><a href="/meeting_knocks/view/<?= $record->uid ?>"><?= $record->uid ?></a></td>
+<td><?= $record->name ?></td>
+<td><?= $record->outcome ?></td>
+<td><?= $record->outcome_at ?></td>
+<td><?= $record->picture_base64 ?></td>
+<td><?= $record->stranger_client_or_pro ?></td>
+<td><?= $record->created_by_session_id ?></td>
+<td><?= $record->client_id ?></td>
+<td><?= $record->meeting_id ?></td>
+<td><?= $record->outcome_by_session_id ?></td>
+<td><?= $record->pro_id ?></td>
+                </tr>
+            @endforeach
+            </tbody>
+        </table>
+    </div>
+
+@endsection

+ 1 - 0
resources/views/admin/meeting_knocks/subs.blade.php

@@ -0,0 +1 @@
+<a href='/meeting_knocks/view/<?= $record->uid ?>/SUB_dashboard' class='d-block px-3 py-2 border-bottom {{ request()->route()->getActionMethod() === 'SUB_dashboard' ? 'bg-secondary text-white font-weight-bold' : '' }}{{ strpos(request()->route()->getActionMethod(), 'ACTION_') === 0 ? 'bg-secondary text-white font-weight-bold' : '' }}'>Dashboard</a>

+ 27 - 0
resources/views/admin/meeting_knocks/view.blade.php

@@ -0,0 +1,27 @@
+@extends('layouts.pro-logged-in')
+@section('content')
+
+    <h3 class="d-flex mb-3">
+        <div>Meeting Knocks: Single [<?= $record->uid ?>]</div>
+        <div class="ml-auto">
+            <a class="btn btn-primary btn-sm" href="{{route('meeting_knocks-index')}}">
+                <i class="fa fa-chevron-left" aria-hidden="true"></i>
+                Back
+            </a>
+        </div>
+    </h3>
+
+    <div class="card">
+        <div class="row">
+            <div class="col-3">
+                <div class="border-right h-100">
+                    @include('admin/meeting_knocks/subs')
+                </div>
+            </div>
+            <div class="col-9">
+                @yield('content-inner')
+            </div>
+        </div>
+    </div>
+
+@endsection

+ 34 - 0
resources/views/admin/meeting_knocks_SINGLE/SUB_dashboard.blade.php

@@ -0,0 +1,34 @@
+@extends('admin.meeting_knocks.view')
+@section('content-inner')
+
+    <div class="row">
+    <div class="col-7">
+
+        <div class="table-responsive p-0 bg-white table-sm mt-3">
+            <table class="table table-hover text-nowrap table-striped border-left border-right border-bottom">
+                <thead>
+                <tr>
+                    <th colspan="2" class="px-2">Record Details</th>
+                </tr>
+                </thead>
+                <tbody>
+                @foreach($record as $k => $v)
+                    <tr>
+                        <td class="px-2 text-secondary border-right">{{ ucwords(str_replace("_", " ", $k)) }}</td>
+                        <td class="px-2 font-weight-bold">{{ $record->$k }}</td>
+                    </tr>
+                @endforeach
+                </tbody>
+            </table>
+        </div>
+
+    </div>
+    <div class="col-5">
+        <div class="border-left h-100 pt-3 px-3">
+            @include('admin/meeting_knocks/actions')
+        </div>
+    </div>
+</div>
+
+
+@endsection

+ 0 - 0
resources/views/admin/meeting_messages/actions.blade.php


+ 60 - 0
resources/views/admin/meeting_messages/index.blade.php

@@ -0,0 +1,60 @@
+@extends('layouts.pro-logged-in')
+@section('content')
+
+    <h3 class="d-flex mb-3">
+        <div>Meeting Messages: List</div>
+        <div class="ml-auto">
+            <!-- _ADD_NEW_LINK_ -->
+        </div>
+    </h3>
+
+    <div class="table-responsive p-0 bg-white border">
+        <table class="table table-hover text-nowrap">
+            <thead>
+            <tr>
+<th>Id</th>
+<th>Created At</th>
+<th>Type</th>
+<th>Uid</th>
+<th>Is Removed</th>
+<th>Removal Memo</th>
+<th>Removed At</th>
+<th>Edited At</th>
+<th>Message File Path</th>
+<th>Message Text</th>
+<th>Public Or Private</th>
+<th>Was Edited</th>
+<th>Created By Session Id</th>
+<th>Removed By Session Id</th>
+<th>From Meeting Participant Id</th>
+<th>Meeting Id</th>
+<th>To Private Meeting Participant Id</th>
+            </tr>
+            </thead>
+            <tbody>
+            @foreach($records as $record)
+                <tr>
+<td><?= $record->id ?></td>
+<td><?= $record->created_at ?></td>
+<td><?= $record->type ?></td>
+<td><a href="/meeting_messages/view/<?= $record->uid ?>"><?= $record->uid ?></a></td>
+<td><?= $record->is_removed ?></td>
+<td><?= $record->removal_memo ?></td>
+<td><?= $record->removed_at ?></td>
+<td><?= $record->edited_at ?></td>
+<td><?= $record->message_file_path ?></td>
+<td><?= $record->message_text ?></td>
+<td><?= $record->public_or_private ?></td>
+<td><?= $record->was_edited ?></td>
+<td><?= $record->created_by_session_id ?></td>
+<td><?= $record->removed_by_session_id ?></td>
+<td><?= $record->from_meeting_participant_id ?></td>
+<td><?= $record->meeting_id ?></td>
+<td><?= $record->to_private_meeting_participant_id ?></td>
+                </tr>
+            @endforeach
+            </tbody>
+        </table>
+    </div>
+
+@endsection

+ 1 - 0
resources/views/admin/meeting_messages/subs.blade.php

@@ -0,0 +1 @@
+<a href='/meeting_messages/view/<?= $record->uid ?>/SUB_dashboard' class='d-block px-3 py-2 border-bottom {{ request()->route()->getActionMethod() === 'SUB_dashboard' ? 'bg-secondary text-white font-weight-bold' : '' }}{{ strpos(request()->route()->getActionMethod(), 'ACTION_') === 0 ? 'bg-secondary text-white font-weight-bold' : '' }}'>Dashboard</a>

+ 27 - 0
resources/views/admin/meeting_messages/view.blade.php

@@ -0,0 +1,27 @@
+@extends('layouts.pro-logged-in')
+@section('content')
+
+    <h3 class="d-flex mb-3">
+        <div>Meeting Messages: Single [<?= $record->uid ?>]</div>
+        <div class="ml-auto">
+            <a class="btn btn-primary btn-sm" href="{{route('meeting_messages-index')}}">
+                <i class="fa fa-chevron-left" aria-hidden="true"></i>
+                Back
+            </a>
+        </div>
+    </h3>
+
+    <div class="card">
+        <div class="row">
+            <div class="col-3">
+                <div class="border-right h-100">
+                    @include('admin/meeting_messages/subs')
+                </div>
+            </div>
+            <div class="col-9">
+                @yield('content-inner')
+            </div>
+        </div>
+    </div>
+
+@endsection

+ 34 - 0
resources/views/admin/meeting_messages_SINGLE/SUB_dashboard.blade.php

@@ -0,0 +1,34 @@
+@extends('admin.meeting_messages.view')
+@section('content-inner')
+
+    <div class="row">
+    <div class="col-7">
+
+        <div class="table-responsive p-0 bg-white table-sm mt-3">
+            <table class="table table-hover text-nowrap table-striped border-left border-right border-bottom">
+                <thead>
+                <tr>
+                    <th colspan="2" class="px-2">Record Details</th>
+                </tr>
+                </thead>
+                <tbody>
+                @foreach($record as $k => $v)
+                    <tr>
+                        <td class="px-2 text-secondary border-right">{{ ucwords(str_replace("_", " ", $k)) }}</td>
+                        <td class="px-2 font-weight-bold">{{ $record->$k }}</td>
+                    </tr>
+                @endforeach
+                </tbody>
+            </table>
+        </div>
+
+    </div>
+    <div class="col-5">
+        <div class="border-left h-100 pt-3 px-3">
+            @include('admin/meeting_messages/actions')
+        </div>
+    </div>
+</div>
+
+
+@endsection

+ 0 - 0
resources/views/admin/meeting_participants/actions.blade.php


+ 68 - 0
resources/views/admin/meeting_participants/index.blade.php

@@ -0,0 +1,68 @@
+@extends('layouts.pro-logged-in')
+@section('content')
+
+    <h3 class="d-flex mb-3">
+        <div>Meeting Participants: List</div>
+        <div class="ml-auto">
+            <!-- _ADD_NEW_LINK_ -->
+        </div>
+    </h3>
+
+    <div class="table-responsive p-0 bg-white border">
+        <table class="table table-hover text-nowrap">
+            <thead>
+            <tr>
+<th>Id</th>
+<th>Created At</th>
+<th>Type</th>
+<th>Uid</th>
+<th>Guest Name</th>
+<th>Guest Or Pro</th>
+<th>Is Online</th>
+<th>Web Socket Uid</th>
+<th>Created By Session Id</th>
+<th>Meeting Id</th>
+<th>Pro Id</th>
+<th>Meeting Participant Status</th>
+<th>Status</th>
+<th>Guest Or Client Or Pro</th>
+<th>Is Currently In Meeting</th>
+<th>Is Removed From Meeting</th>
+<th>Name</th>
+<th>Picture Base64</th>
+<th>Stranger Client Or Pro</th>
+<th>Client Id</th>
+<th>Meeting Invitation Id</th>
+            </tr>
+            </thead>
+            <tbody>
+            @foreach($records as $record)
+                <tr>
+<td><?= $record->id ?></td>
+<td><?= $record->created_at ?></td>
+<td><?= $record->type ?></td>
+<td><a href="/meeting_participants/view/<?= $record->uid ?>"><?= $record->uid ?></a></td>
+<td><?= $record->guest_name ?></td>
+<td><?= $record->guest_or_pro ?></td>
+<td><?= $record->is_online ?></td>
+<td><?= $record->web_socket_uid ?></td>
+<td><?= $record->created_by_session_id ?></td>
+<td><?= $record->meeting_id ?></td>
+<td><?= $record->pro_id ?></td>
+<td><?= $record->meeting_participant_status ?></td>
+<td><?= $record->status ?></td>
+<td><?= $record->guest_or_client_or_pro ?></td>
+<td><?= $record->is_currently_in_meeting ?></td>
+<td><?= $record->is_removed_from_meeting ?></td>
+<td><?= $record->name ?></td>
+<td><?= $record->picture_base64 ?></td>
+<td><?= $record->stranger_client_or_pro ?></td>
+<td><?= $record->client_id ?></td>
+<td><?= $record->meeting_invitation_id ?></td>
+                </tr>
+            @endforeach
+            </tbody>
+        </table>
+    </div>
+
+@endsection

+ 1 - 0
resources/views/admin/meeting_participants/subs.blade.php

@@ -0,0 +1 @@
+<a href='/meeting_participants/view/<?= $record->uid ?>/SUB_dashboard' class='d-block px-3 py-2 border-bottom {{ request()->route()->getActionMethod() === 'SUB_dashboard' ? 'bg-secondary text-white font-weight-bold' : '' }}{{ strpos(request()->route()->getActionMethod(), 'ACTION_') === 0 ? 'bg-secondary text-white font-weight-bold' : '' }}'>Dashboard</a>

+ 27 - 0
resources/views/admin/meeting_participants/view.blade.php

@@ -0,0 +1,27 @@
+@extends('layouts.pro-logged-in')
+@section('content')
+
+    <h3 class="d-flex mb-3">
+        <div>Meeting Participants: Single [<?= $record->uid ?>]</div>
+        <div class="ml-auto">
+            <a class="btn btn-primary btn-sm" href="{{route('meeting_participants-index')}}">
+                <i class="fa fa-chevron-left" aria-hidden="true"></i>
+                Back
+            </a>
+        </div>
+    </h3>
+
+    <div class="card">
+        <div class="row">
+            <div class="col-3">
+                <div class="border-right h-100">
+                    @include('admin/meeting_participants/subs')
+                </div>
+            </div>
+            <div class="col-9">
+                @yield('content-inner')
+            </div>
+        </div>
+    </div>
+
+@endsection

+ 34 - 0
resources/views/admin/meeting_participants_SINGLE/SUB_dashboard.blade.php

@@ -0,0 +1,34 @@
+@extends('admin.meeting_participants.view')
+@section('content-inner')
+
+    <div class="row">
+    <div class="col-7">
+
+        <div class="table-responsive p-0 bg-white table-sm mt-3">
+            <table class="table table-hover text-nowrap table-striped border-left border-right border-bottom">
+                <thead>
+                <tr>
+                    <th colspan="2" class="px-2">Record Details</th>
+                </tr>
+                </thead>
+                <tbody>
+                @foreach($record as $k => $v)
+                    <tr>
+                        <td class="px-2 text-secondary border-right">{{ ucwords(str_replace("_", " ", $k)) }}</td>
+                        <td class="px-2 font-weight-bold">{{ $record->$k }}</td>
+                    </tr>
+                @endforeach
+                </tbody>
+            </table>
+        </div>
+
+    </div>
+    <div class="col-5">
+        <div class="border-left h-100 pt-3 px-3">
+            @include('admin/meeting_participants/actions')
+        </div>
+    </div>
+</div>
+
+
+@endsection

+ 0 - 0
resources/views/admin/meeting_rings/actions.blade.php


+ 68 - 0
resources/views/admin/meeting_rings/index.blade.php

@@ -0,0 +1,68 @@
+@extends('layouts.pro-logged-in')
+@section('content')
+
+    <h3 class="d-flex mb-3">
+        <div>Meeting Rings: List</div>
+        <div class="ml-auto">
+            <!-- _ADD_NEW_LINK_ -->
+        </div>
+    </h3>
+
+    <div class="table-responsive p-0 bg-white border">
+        <table class="table table-hover text-nowrap">
+            <thead>
+            <tr>
+<th>Id</th>
+<th>Did Pro Answer</th>
+<th>Ended At</th>
+<th>Was Due To Round Robbin</th>
+<th>Meeting Id</th>
+<th>Meeting Round Robbin Id</th>
+<th>Pro Id</th>
+<th>Created At</th>
+<th>Type</th>
+<th>Uid</th>
+<th>Created By Session Id</th>
+<th>From Lobby Call Or Meeting Participant</th>
+<th>Is In Progress</th>
+<th>Started At</th>
+<th>To Client Or Pro</th>
+<th>Was Aborted</th>
+<th>From Lobby Call Id</th>
+<th>From Meeting Participant Id</th>
+<th>Resulting Meeting Participant Id</th>
+<th>To Client Id</th>
+<th>To Pro Id</th>
+            </tr>
+            </thead>
+            <tbody>
+            @foreach($records as $record)
+                <tr>
+<td><?= $record->id ?></td>
+<td><?= $record->did_pro_answer ?></td>
+<td><?= $record->ended_at ?></td>
+<td><?= $record->was_due_to_round_robbin ?></td>
+<td><?= $record->meeting_id ?></td>
+<td><?= $record->meeting_round_robbin_id ?></td>
+<td><?= $record->pro_id ?></td>
+<td><?= $record->created_at ?></td>
+<td><?= $record->type ?></td>
+<td><a href="/meeting_rings/view/<?= $record->uid ?>"><?= $record->uid ?></a></td>
+<td><?= $record->created_by_session_id ?></td>
+<td><?= $record->from_lobby_call_or_meeting_participant ?></td>
+<td><?= $record->is_in_progress ?></td>
+<td><?= $record->started_at ?></td>
+<td><?= $record->to_client_or_pro ?></td>
+<td><?= $record->was_aborted ?></td>
+<td><?= $record->from_lobby_call_id ?></td>
+<td><?= $record->from_meeting_participant_id ?></td>
+<td><?= $record->resulting_meeting_participant_id ?></td>
+<td><?= $record->to_client_id ?></td>
+<td><?= $record->to_pro_id ?></td>
+                </tr>
+            @endforeach
+            </tbody>
+        </table>
+    </div>
+
+@endsection

+ 1 - 0
resources/views/admin/meeting_rings/subs.blade.php

@@ -0,0 +1 @@
+<a href='/meeting_rings/view/<?= $record->uid ?>/SUB_dashboard' class='d-block px-3 py-2 border-bottom {{ request()->route()->getActionMethod() === 'SUB_dashboard' ? 'bg-secondary text-white font-weight-bold' : '' }}{{ strpos(request()->route()->getActionMethod(), 'ACTION_') === 0 ? 'bg-secondary text-white font-weight-bold' : '' }}'>Dashboard</a>

+ 27 - 0
resources/views/admin/meeting_rings/view.blade.php

@@ -0,0 +1,27 @@
+@extends('layouts.pro-logged-in')
+@section('content')
+
+    <h3 class="d-flex mb-3">
+        <div>Meeting Rings: Single [<?= $record->uid ?>]</div>
+        <div class="ml-auto">
+            <a class="btn btn-primary btn-sm" href="{{route('meeting_rings-index')}}">
+                <i class="fa fa-chevron-left" aria-hidden="true"></i>
+                Back
+            </a>
+        </div>
+    </h3>
+
+    <div class="card">
+        <div class="row">
+            <div class="col-3">
+                <div class="border-right h-100">
+                    @include('admin/meeting_rings/subs')
+                </div>
+            </div>
+            <div class="col-9">
+                @yield('content-inner')
+            </div>
+        </div>
+    </div>
+
+@endsection

+ 34 - 0
resources/views/admin/meeting_rings_SINGLE/SUB_dashboard.blade.php

@@ -0,0 +1,34 @@
+@extends('admin.meeting_rings.view')
+@section('content-inner')
+
+    <div class="row">
+    <div class="col-7">
+
+        <div class="table-responsive p-0 bg-white table-sm mt-3">
+            <table class="table table-hover text-nowrap table-striped border-left border-right border-bottom">
+                <thead>
+                <tr>
+                    <th colspan="2" class="px-2">Record Details</th>
+                </tr>
+                </thead>
+                <tbody>
+                @foreach($record as $k => $v)
+                    <tr>
+                        <td class="px-2 text-secondary border-right">{{ ucwords(str_replace("_", " ", $k)) }}</td>
+                        <td class="px-2 font-weight-bold">{{ $record->$k }}</td>
+                    </tr>
+                @endforeach
+                </tbody>
+            </table>
+        </div>
+
+    </div>
+    <div class="col-5">
+        <div class="border-left h-100 pt-3 px-3">
+            @include('admin/meeting_rings/actions')
+        </div>
+    </div>
+</div>
+
+
+@endsection

+ 0 - 0
resources/views/admin/meetings/actions.blade.php


+ 96 - 0
resources/views/admin/meetings/index.blade.php

@@ -0,0 +1,96 @@
+@extends('layouts.pro-logged-in')
+@section('content')
+
+    <h3 class="d-flex mb-3">
+        <div>Meetings: List</div>
+        <div class="ml-auto">
+            <!-- _ADD_NEW_LINK_ -->
+        </div>
+    </h3>
+
+    <div class="table-responsive p-0 bg-white border">
+        <table class="table table-hover text-nowrap">
+            <thead>
+            <tr>
+<th>Id</th>
+<th>Created At</th>
+<th>Uid</th>
+<th>Deactivated At</th>
+<th>Deactivation Memo</th>
+<th>Is Active</th>
+<th>Reactivated At</th>
+<th>Reactivation Memo</th>
+<th>Access Token</th>
+<th>Dob</th>
+<th>Initiated By Api Or Pro</th>
+<th>Name</th>
+<th>Created By Session Id</th>
+<th>Deactivated By Id</th>
+<th>Reactivated By Id</th>
+<th>Initiated By Pro Id</th>
+<th>Open Tok Session Id</th>
+<th>Type</th>
+<th>Deactivated By Session Id</th>
+<th>Reactivated By Session Id</th>
+<th>Initiated By Api Or Pro Or Client</th>
+<th>Initiated By Client Id</th>
+<th>Is Stranger Mcn Ppb</th>
+<th>Meeting Number</th>
+<th>Open Tok Sessionid</th>
+<th>Stranger Detail</th>
+<th>Stranger Dob</th>
+<th>Stranger First Name</th>
+<th>Stranger Last Name</th>
+<th>Stranger Mcn</th>
+<th>Stranger Mcn Detail</th>
+<th>Stranger Ssn</th>
+<th>Title</th>
+<th>Lobby Id</th>
+<th>Target Lobby Pro Id</th>
+            </tr>
+            </thead>
+            <tbody>
+            @foreach($records as $record)
+                <tr>
+<td><?= $record->id ?></td>
+<td><?= $record->created_at ?></td>
+<td><a href="/meetings/view/<?= $record->uid ?>"><?= $record->uid ?></a></td>
+<td><?= $record->deactivated_at ?></td>
+<td><?= $record->deactivation_memo ?></td>
+<td><?= $record->is_active ?></td>
+<td><?= $record->reactivated_at ?></td>
+<td><?= $record->reactivation_memo ?></td>
+<td><?= $record->access_token ?></td>
+<td><?= $record->dob ?></td>
+<td><?= $record->initiated_by_api_or_pro ?></td>
+<td><?= $record->name ?></td>
+<td><?= $record->created_by_session_id ?></td>
+<td><?= $record->deactivated_by_id ?></td>
+<td><?= $record->reactivated_by_id ?></td>
+<td><?= $record->initiated_by_pro_id ?></td>
+<td><?= $record->open_tok_session_id ?></td>
+<td><?= $record->type ?></td>
+<td><?= $record->deactivated_by_session_id ?></td>
+<td><?= $record->reactivated_by_session_id ?></td>
+<td><?= $record->initiated_by_api_or_pro_or_client ?></td>
+<td><?= $record->initiated_by_client_id ?></td>
+<td><?= $record->is_stranger_mcn_ppb ?></td>
+<td><?= $record->meeting_number ?></td>
+<td><?= $record->open_tok_sessionid ?></td>
+<td><?= $record->stranger_detail ?></td>
+<td><?= $record->stranger_dob ?></td>
+<td><?= $record->stranger_first_name ?></td>
+<td><?= $record->stranger_last_name ?></td>
+<td><?= $record->stranger_mcn ?></td>
+<td><?= $record->stranger_mcn_detail ?></td>
+<td><?= $record->stranger_ssn ?></td>
+<td><?= $record->title ?></td>
+<td><?= $record->lobby_id ?></td>
+<td><?= $record->target_lobby_pro_id ?></td>
+                </tr>
+            @endforeach
+            </tbody>
+        </table>
+    </div>
+
+@endsection

+ 6 - 0
resources/views/admin/meetings/subs.blade.php

@@ -0,0 +1,6 @@
+<a href='/meetings/view/<?= $record->uid ?>/SUB_dashboard' class='d-block px-3 py-2 border-bottom {{ request()->route()->getActionMethod() === 'SUB_dashboard' ? 'bg-secondary text-white font-weight-bold' : '' }}{{ strpos(request()->route()->getActionMethod(), 'ACTION_') === 0 ? 'bg-secondary text-white font-weight-bold' : '' }}'>Dashboard</a>
+<a href='/meetings/view/<?= $record->uid ?>/SUB_meeting_participants' class='d-block px-3 py-2 border-bottom {{ request()->route()->getActionMethod() === 'SUB_meeting_participants' ? 'bg-secondary text-white font-weight-bold' : '' }}'>Meeting Participants</a>
+<a href='/meetings/view/<?= $record->uid ?>/SUB_meeting_invitations' class='d-block px-3 py-2 border-bottom {{ request()->route()->getActionMethod() === 'SUB_meeting_invitations' ? 'bg-secondary text-white font-weight-bold' : '' }}'>Meeting Invitations</a>
+<a href='/meetings/view/<?= $record->uid ?>/SUB_meeting_rings' class='d-block px-3 py-2 border-bottom {{ request()->route()->getActionMethod() === 'SUB_meeting_rings' ? 'bg-secondary text-white font-weight-bold' : '' }}'>Meeting Rings</a>
+<a href='/meetings/view/<?= $record->uid ?>/SUB_meeting_knocks' class='d-block px-3 py-2 border-bottom {{ request()->route()->getActionMethod() === 'SUB_meeting_knocks' ? 'bg-secondary text-white font-weight-bold' : '' }}'>Meeting Knocks</a>
+<a href='/meetings/view/<?= $record->uid ?>/SUB_meeting_messages' class='d-block px-3 py-2 border-bottom {{ request()->route()->getActionMethod() === 'SUB_meeting_messages' ? 'bg-secondary text-white font-weight-bold' : '' }}'>Meeting Messages</a>

+ 27 - 0
resources/views/admin/meetings/view.blade.php

@@ -0,0 +1,27 @@
+@extends('layouts.pro-logged-in')
+@section('content')
+
+    <h3 class="d-flex mb-3">
+        <div>Meetings: Single [<?= $record->uid ?>]</div>
+        <div class="ml-auto">
+            <a class="btn btn-primary btn-sm" href="{{route('meetings-index')}}">
+                <i class="fa fa-chevron-left" aria-hidden="true"></i>
+                Back
+            </a>
+        </div>
+    </h3>
+
+    <div class="card">
+        <div class="row">
+            <div class="col-3">
+                <div class="border-right h-100">
+                    @include('admin/meetings/subs')
+                </div>
+            </div>
+            <div class="col-9">
+                @yield('content-inner')
+            </div>
+        </div>
+    </div>
+
+@endsection

+ 34 - 0
resources/views/admin/meetings_SINGLE/SUB_dashboard.blade.php

@@ -0,0 +1,34 @@
+@extends('admin.meetings.view')
+@section('content-inner')
+
+    <div class="row">
+    <div class="col-7">
+
+        <div class="table-responsive p-0 bg-white table-sm mt-3">
+            <table class="table table-hover text-nowrap table-striped border-left border-right border-bottom">
+                <thead>
+                <tr>
+                    <th colspan="2" class="px-2">Record Details</th>
+                </tr>
+                </thead>
+                <tbody>
+                @foreach($record as $k => $v)
+                    <tr>
+                        <td class="px-2 text-secondary border-right">{{ ucwords(str_replace("_", " ", $k)) }}</td>
+                        <td class="px-2 font-weight-bold">{{ $record->$k }}</td>
+                    </tr>
+                @endforeach
+                </tbody>
+            </table>
+        </div>
+
+    </div>
+    <div class="col-5">
+        <div class="border-left h-100 pt-3 px-3">
+            @include('admin/meetings/actions')
+        </div>
+    </div>
+</div>
+
+
+@endsection

+ 64 - 0
resources/views/admin/meetings_SINGLE/SUB_meeting_invitations.blade.php

@@ -0,0 +1,64 @@
+@extends('admin.meetings.view')
+@section('content-inner')
+
+    <div class="mr-3 pb-3">
+
+        <h4 class='my-3 d-flex'>
+            <div>Meeting Invitations</div>
+            <div class="ml-auto">
+                <!-- _ADD_NEW_LINK_ -->
+            </div>
+        </h4>
+
+        <div class="table-responsive p-0 bg-white border">
+            <table class="table table-hover text-nowrap">
+                <thead>
+                <tr>
+                    <th>Id</th>
+<th>Created At</th>
+<th>Type</th>
+<th>Uid</th>
+<th>Cancellation Memo</th>
+<th>Cancelled At</th>
+<th>Is Cancelled</th>
+<th>Is Used</th>
+<th>Sms Or Email</th>
+<th>To Email</th>
+<th>To Name</th>
+<th>To Sms</th>
+<th>Token</th>
+<th>Created By Session Id</th>
+<th>Cancelled By Session Id</th>
+<th>Meeting Id</th>
+<th>Resulting Meeting Participant Id</th>
+                </tr>
+                </thead>
+                <tbody>
+                @foreach($subRecords as $subRecord)
+                    <tr>
+                        <td><?= $subRecord->id ?></td>
+<td><?= $subRecord->created_at ?></td>
+<td><?= $subRecord->type ?></td>
+<td><a href="/meeting_invitations/view/{{ $subRecord->uid }}"><?= $subRecord->uid ?></a></td>
+<td><?= $subRecord->cancellation_memo ?></td>
+<td><?= $subRecord->cancelled_at ?></td>
+<td><?= $subRecord->is_cancelled ?></td>
+<td><?= $subRecord->is_used ?></td>
+<td><?= $subRecord->sms_or_email ?></td>
+<td><?= $subRecord->to_email ?></td>
+<td><?= $subRecord->to_name ?></td>
+<td><?= $subRecord->to_sms ?></td>
+<td><?= $subRecord->token ?></td>
+<td><?= $subRecord->created_by_session_id ?></td>
+<td><?= $subRecord->cancelled_by_session_id ?></td>
+<td><?= $subRecord->meeting_id ?></td>
+<td><?= $subRecord->resulting_meeting_participant_id ?></td>
+                    </tr>
+                @endforeach
+                </tbody>
+            </table>
+        </div>
+
+    </div>
+
+@endsection

+ 58 - 0
resources/views/admin/meetings_SINGLE/SUB_meeting_knocks.blade.php

@@ -0,0 +1,58 @@
+@extends('admin.meetings.view')
+@section('content-inner')
+
+    <div class="mr-3 pb-3">
+
+        <h4 class='my-3 d-flex'>
+            <div>Meeting Knocks</div>
+            <div class="ml-auto">
+                <!-- _ADD_NEW_LINK_ -->
+            </div>
+        </h4>
+
+        <div class="table-responsive p-0 bg-white border">
+            <table class="table table-hover text-nowrap">
+                <thead>
+                <tr>
+                    <th>Id</th>
+<th>Created At</th>
+<th>Type</th>
+<th>Uid</th>
+<th>Name</th>
+<th>Outcome</th>
+<th>Outcome At</th>
+<th>Picture Base64</th>
+<th>Stranger Client Or Pro</th>
+<th>Created By Session Id</th>
+<th>Client Id</th>
+<th>Meeting Id</th>
+<th>Outcome By Session Id</th>
+<th>Pro Id</th>
+                </tr>
+                </thead>
+                <tbody>
+                @foreach($subRecords as $subRecord)
+                    <tr>
+                        <td><?= $subRecord->id ?></td>
+<td><?= $subRecord->created_at ?></td>
+<td><?= $subRecord->type ?></td>
+<td><a href="/meeting_knocks/view/{{ $subRecord->uid }}"><?= $subRecord->uid ?></a></td>
+<td><?= $subRecord->name ?></td>
+<td><?= $subRecord->outcome ?></td>
+<td><?= $subRecord->outcome_at ?></td>
+<td><?= $subRecord->picture_base64 ?></td>
+<td><?= $subRecord->stranger_client_or_pro ?></td>
+<td><?= $subRecord->created_by_session_id ?></td>
+<td><?= $subRecord->client_id ?></td>
+<td><?= $subRecord->meeting_id ?></td>
+<td><?= $subRecord->outcome_by_session_id ?></td>
+<td><?= $subRecord->pro_id ?></td>
+                    </tr>
+                @endforeach
+                </tbody>
+            </table>
+        </div>
+
+    </div>
+
+@endsection

+ 64 - 0
resources/views/admin/meetings_SINGLE/SUB_meeting_messages.blade.php

@@ -0,0 +1,64 @@
+@extends('admin.meetings.view')
+@section('content-inner')
+
+    <div class="mr-3 pb-3">
+
+        <h4 class='my-3 d-flex'>
+            <div>Meeting Messages</div>
+            <div class="ml-auto">
+                <!-- _ADD_NEW_LINK_ -->
+            </div>
+        </h4>
+
+        <div class="table-responsive p-0 bg-white border">
+            <table class="table table-hover text-nowrap">
+                <thead>
+                <tr>
+                    <th>Id</th>
+<th>Created At</th>
+<th>Type</th>
+<th>Uid</th>
+<th>Is Removed</th>
+<th>Removal Memo</th>
+<th>Removed At</th>
+<th>Edited At</th>
+<th>Message File Path</th>
+<th>Message Text</th>
+<th>Public Or Private</th>
+<th>Was Edited</th>
+<th>Created By Session Id</th>
+<th>Removed By Session Id</th>
+<th>From Meeting Participant Id</th>
+<th>Meeting Id</th>
+<th>To Private Meeting Participant Id</th>
+                </tr>
+                </thead>
+                <tbody>
+                @foreach($subRecords as $subRecord)
+                    <tr>
+                        <td><?= $subRecord->id ?></td>
+<td><?= $subRecord->created_at ?></td>
+<td><?= $subRecord->type ?></td>
+<td><a href="/meeting_messages/view/{{ $subRecord->uid }}"><?= $subRecord->uid ?></a></td>
+<td><?= $subRecord->is_removed ?></td>
+<td><?= $subRecord->removal_memo ?></td>
+<td><?= $subRecord->removed_at ?></td>
+<td><?= $subRecord->edited_at ?></td>
+<td><?= $subRecord->message_file_path ?></td>
+<td><?= $subRecord->message_text ?></td>
+<td><?= $subRecord->public_or_private ?></td>
+<td><?= $subRecord->was_edited ?></td>
+<td><?= $subRecord->created_by_session_id ?></td>
+<td><?= $subRecord->removed_by_session_id ?></td>
+<td><?= $subRecord->from_meeting_participant_id ?></td>
+<td><?= $subRecord->meeting_id ?></td>
+<td><?= $subRecord->to_private_meeting_participant_id ?></td>
+                    </tr>
+                @endforeach
+                </tbody>
+            </table>
+        </div>
+
+    </div>
+
+@endsection

+ 72 - 0
resources/views/admin/meetings_SINGLE/SUB_meeting_participants.blade.php

@@ -0,0 +1,72 @@
+@extends('admin.meetings.view')
+@section('content-inner')
+
+    <div class="mr-3 pb-3">
+
+        <h4 class='my-3 d-flex'>
+            <div>Meeting Participants</div>
+            <div class="ml-auto">
+                <!-- _ADD_NEW_LINK_ -->
+            </div>
+        </h4>
+
+        <div class="table-responsive p-0 bg-white border">
+            <table class="table table-hover text-nowrap">
+                <thead>
+                <tr>
+                    <th>Id</th>
+<th>Created At</th>
+<th>Type</th>
+<th>Uid</th>
+<th>Guest Name</th>
+<th>Guest Or Pro</th>
+<th>Is Online</th>
+<th>Web Socket Uid</th>
+<th>Created By Session Id</th>
+<th>Meeting Id</th>
+<th>Pro Id</th>
+<th>Meeting Participant Status</th>
+<th>Status</th>
+<th>Guest Or Client Or Pro</th>
+<th>Is Currently In Meeting</th>
+<th>Is Removed From Meeting</th>
+<th>Name</th>
+<th>Picture Base64</th>
+<th>Stranger Client Or Pro</th>
+<th>Client Id</th>
+<th>Meeting Invitation Id</th>
+                </tr>
+                </thead>
+                <tbody>
+                @foreach($subRecords as $subRecord)
+                    <tr>
+                        <td><?= $subRecord->id ?></td>
+<td><?= $subRecord->created_at ?></td>
+<td><?= $subRecord->type ?></td>
+<td><a href="/meeting_participants/view/{{ $subRecord->uid }}"><?= $subRecord->uid ?></a></td>
+<td><?= $subRecord->guest_name ?></td>
+<td><?= $subRecord->guest_or_pro ?></td>
+<td><?= $subRecord->is_online ?></td>
+<td><?= $subRecord->web_socket_uid ?></td>
+<td><?= $subRecord->created_by_session_id ?></td>
+<td><?= $subRecord->meeting_id ?></td>
+<td><?= $subRecord->pro_id ?></td>
+<td><?= $subRecord->meeting_participant_status ?></td>
+<td><?= $subRecord->status ?></td>
+<td><?= $subRecord->guest_or_client_or_pro ?></td>
+<td><?= $subRecord->is_currently_in_meeting ?></td>
+<td><?= $subRecord->is_removed_from_meeting ?></td>
+<td><?= $subRecord->name ?></td>
+<td><?= $subRecord->picture_base64 ?></td>
+<td><?= $subRecord->stranger_client_or_pro ?></td>
+<td><?= $subRecord->client_id ?></td>
+<td><?= $subRecord->meeting_invitation_id ?></td>
+                    </tr>
+                @endforeach
+                </tbody>
+            </table>
+        </div>
+
+    </div>
+
+@endsection

+ 72 - 0
resources/views/admin/meetings_SINGLE/SUB_meeting_rings.blade.php

@@ -0,0 +1,72 @@
+@extends('admin.meetings.view')
+@section('content-inner')
+
+    <div class="mr-3 pb-3">
+
+        <h4 class='my-3 d-flex'>
+            <div>Meeting Rings</div>
+            <div class="ml-auto">
+                <!-- _ADD_NEW_LINK_ -->
+            </div>
+        </h4>
+
+        <div class="table-responsive p-0 bg-white border">
+            <table class="table table-hover text-nowrap">
+                <thead>
+                <tr>
+                    <th>Id</th>
+<th>Did Pro Answer</th>
+<th>Ended At</th>
+<th>Was Due To Round Robbin</th>
+<th>Meeting Id</th>
+<th>Meeting Round Robbin Id</th>
+<th>Pro Id</th>
+<th>Created At</th>
+<th>Type</th>
+<th>Uid</th>
+<th>Created By Session Id</th>
+<th>From Lobby Call Or Meeting Participant</th>
+<th>Is In Progress</th>
+<th>Started At</th>
+<th>To Client Or Pro</th>
+<th>Was Aborted</th>
+<th>From Lobby Call Id</th>
+<th>From Meeting Participant Id</th>
+<th>Resulting Meeting Participant Id</th>
+<th>To Client Id</th>
+<th>To Pro Id</th>
+                </tr>
+                </thead>
+                <tbody>
+                @foreach($subRecords as $subRecord)
+                    <tr>
+                        <td><?= $subRecord->id ?></td>
+<td><?= $subRecord->did_pro_answer ?></td>
+<td><?= $subRecord->ended_at ?></td>
+<td><?= $subRecord->was_due_to_round_robbin ?></td>
+<td><?= $subRecord->meeting_id ?></td>
+<td><?= $subRecord->meeting_round_robbin_id ?></td>
+<td><?= $subRecord->pro_id ?></td>
+<td><?= $subRecord->created_at ?></td>
+<td><?= $subRecord->type ?></td>
+<td><a href="/meeting_rings/view/{{ $subRecord->uid }}"><?= $subRecord->uid ?></a></td>
+<td><?= $subRecord->created_by_session_id ?></td>
+<td><?= $subRecord->from_lobby_call_or_meeting_participant ?></td>
+<td><?= $subRecord->is_in_progress ?></td>
+<td><?= $subRecord->started_at ?></td>
+<td><?= $subRecord->to_client_or_pro ?></td>
+<td><?= $subRecord->was_aborted ?></td>
+<td><?= $subRecord->from_lobby_call_id ?></td>
+<td><?= $subRecord->from_meeting_participant_id ?></td>
+<td><?= $subRecord->resulting_meeting_participant_id ?></td>
+<td><?= $subRecord->to_client_id ?></td>
+<td><?= $subRecord->to_pro_id ?></td>
+                    </tr>
+                @endforeach
+                </tbody>
+            </table>
+        </div>
+
+    </div>
+
+@endsection

+ 16 - 12
resources/views/admin/pro_rates/index.blade.php

@@ -13,42 +13,46 @@
             <thead>
             <tr>
 <th>Id</th>
+<th>Amount</th>
+<th>As Hcp Or Ally</th>
+<th>Code</th>
+<th>Pro Id</th>
 <th>Created At</th>
-<th>Type</th>
 <th>Uid</th>
+<th>Created By Session Id</th>
 <th>Deactivated At</th>
 <th>Deactivation Memo</th>
 <th>Is Active</th>
 <th>Reactivated At</th>
 <th>Reactivation Memo</th>
-<th>Amount</th>
-<th>As Hcp Or Ally</th>
-<th>Code</th>
-<th>Created By Session Id</th>
+<th>Deactivated By Id</th>
+<th>Reactivated By Id</th>
+<th>Type</th>
 <th>Deactivated By Session Id</th>
 <th>Reactivated By Session Id</th>
-<th>Pro Id</th>
             </tr>
             </thead>
             <tbody>
             @foreach($records as $record)
                 <tr>
 <td><?= $record->id ?></td>
+<td><?= $record->amount ?></td>
+<td><?= $record->as_hcp_or_ally ?></td>
+<td><?= $record->code ?></td>
+<td><?= $record->pro_id ?></td>
 <td><?= $record->created_at ?></td>
-<td><?= $record->type ?></td>
 <td><a href="/pro_rates/view/<?= $record->uid ?>"><?= $record->uid ?></a></td>
+<td><?= $record->created_by_session_id ?></td>
 <td><?= $record->deactivated_at ?></td>
 <td><?= $record->deactivation_memo ?></td>
 <td><?= $record->is_active ?></td>
 <td><?= $record->reactivated_at ?></td>
 <td><?= $record->reactivation_memo ?></td>
-<td><?= $record->amount ?></td>
-<td><?= $record->as_hcp_or_ally ?></td>
-<td><?= $record->code ?></td>
-<td><?= $record->created_by_session_id ?></td>
+<td><?= $record->deactivated_by_id ?></td>
+<td><?= $record->reactivated_by_id ?></td>
+<td><?= $record->type ?></td>
 <td><?= $record->deactivated_by_session_id ?></td>
 <td><?= $record->reactivated_by_session_id ?></td>
-<td><?= $record->pro_id ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 62 - 40
resources/views/admin/pros/index.blade.php

@@ -13,14 +13,6 @@
             <thead>
             <tr>
 <th>Id</th>
-<th>Created At</th>
-<th>Type</th>
-<th>Uid</th>
-<th>Deactivated At</th>
-<th>Deactivation Memo</th>
-<th>Is Active</th>
-<th>Reactivated At</th>
-<th>Reactivation Memo</th>
 <th>Balance</th>
 <th>Cell Number</th>
 <th>Cell Number Confirmation Token</th>
@@ -50,18 +42,11 @@
 <th>Home Phone Number</th>
 <th>Is Cell Number Confirmation Pending</th>
 <th>Is Cell Number Confirmed</th>
-<th>Is Contract Complete</th>
-<th>Is Currently Clocked In</th>
-<th>Is Currently In Meeting</th>
-<th>Is Driver License Complete</th>
 <th>Is Email Address Confirmation Pending</th>
 <th>Is Email Address Confirmed</th>
 <th>Is Enrolled As Hcp</th>
 <th>Is Enrolled As Mcp</th>
 <th>Is Hcp</th>
-<th>Is Payment Processing Detail Complete</th>
-<th>Is Sms Auth Pending</th>
-<th>Isw9complete</th>
 <th>Mailing Address City</th>
 <th>Mailing Address Country</th>
 <th>Mailing Address Lat</th>
@@ -82,33 +67,51 @@
 <th>Previous Profession Category</th>
 <th>Pro Type</th>
 <th>Profile Picture Base64</th>
-<th>Signed Contract Pdf</th>
-<th>Sms Auth Token</th>
-<th>Sms Auth Token Sent At</th>
 <th>Ssn</th>
 <th>Supporter Memo</th>
 <th>Supporter Phone Number</th>
 <th>W9detail</th>
-<th>Web Socket Uid</th>
 <th>Work Phone Number</th>
+<th>Created At</th>
+<th>Uid</th>
 <th>Created By Session Id</th>
+<th>Is Two Step Sms Auth Completed</th>
+<th>Is Two Step Sms Auth Pending</th>
+<th>Two Step Sms Auth Completed At</th>
+<th>Two Step Sms Auth Token</th>
+<th>Two Step Sms Auth Token Sent At</th>
+<th>Is Sms Auth Pending</th>
+<th>Sms Auth Completed</th>
+<th>Sms Auth Completed At</th>
+<th>Sms Auth Token</th>
+<th>Sms Auth Token Sent At</th>
+<th>Deactivated At</th>
+<th>Deactivation Memo</th>
+<th>Reactivated At</th>
+<th>Reactivation Memo</th>
+<th>Deactivated By Id</th>
+<th>Reactivated By Id</th>
+<th>Is Active</th>
+<th>Currently In Meeting Id</th>
+<th>Is Currently Clocked In</th>
+<th>Connection Socket Uid</th>
+<th>Web Socket Uid</th>
+<th>Type</th>
+<th>Is Contract Complete</th>
+<th>Is Driver License Complete</th>
+<th>Is Payment Processing Detail Complete</th>
+<th>Isw9complete</th>
+<th>Signed Contract Pdf</th>
 <th>Deactivated By Session Id</th>
 <th>Reactivated By Session Id</th>
-<th>Currently In Meeting Id</th>
+<th>Is Currently In Meeting</th>
+<th>Current Meeting Participant Id</th>
             </tr>
             </thead>
             <tbody>
             @foreach($records as $record)
                 <tr>
 <td><?= $record->id ?></td>
-<td><?= $record->created_at ?></td>
-<td><?= $record->type ?></td>
-<td><a href="/pros/view/<?= $record->uid ?>"><?= $record->uid ?></a></td>
-<td><?= $record->deactivated_at ?></td>
-<td><?= $record->deactivation_memo ?></td>
-<td><?= $record->is_active ?></td>
-<td><?= $record->reactivated_at ?></td>
-<td><?= $record->reactivation_memo ?></td>
 <td><?= $record->balance ?></td>
 <td><?= $record->cell_number ?></td>
 <td><?= $record->cell_number_confirmation_token ?></td>
@@ -138,18 +141,11 @@
 <td><?= $record->home_phone_number ?></td>
 <td><?= $record->is_cell_number_confirmation_pending ?></td>
 <td><?= $record->is_cell_number_confirmed ?></td>
-<td><?= $record->is_contract_complete ?></td>
-<td><?= $record->is_currently_clocked_in ?></td>
-<td><?= $record->is_currently_in_meeting ?></td>
-<td><?= $record->is_driver_license_complete ?></td>
 <td><?= $record->is_email_address_confirmation_pending ?></td>
 <td><?= $record->is_email_address_confirmed ?></td>
 <td><?= $record->is_enrolled_as_hcp ?></td>
 <td><?= $record->is_enrolled_as_mcp ?></td>
 <td><?= $record->is_hcp ?></td>
-<td><?= $record->is_payment_processing_detail_complete ?></td>
-<td><?= $record->is_sms_auth_pending ?></td>
-<td><?= $record->isw9complete ?></td>
 <td><?= $record->mailing_address_city ?></td>
 <td><?= $record->mailing_address_country ?></td>
 <td><?= $record->mailing_address_lat ?></td>
@@ -170,19 +166,45 @@
 <td><?= $record->previous_profession_category ?></td>
 <td><?= $record->pro_type ?></td>
 <td><?= $record->profile_picture_base64 ?></td>
-<td><?= $record->signed_contract_pdf ?></td>
-<td><?= $record->sms_auth_token ?></td>
-<td><?= $record->sms_auth_token_sent_at ?></td>
 <td><?= $record->ssn ?></td>
 <td><?= $record->supporter_memo ?></td>
 <td><?= $record->supporter_phone_number ?></td>
 <td><?= $record->w9detail ?></td>
-<td><?= $record->web_socket_uid ?></td>
 <td><?= $record->work_phone_number ?></td>
+<td><?= $record->created_at ?></td>
+<td><a href="/pros/view/<?= $record->uid ?>"><?= $record->uid ?></a></td>
 <td><?= $record->created_by_session_id ?></td>
+<td><?= $record->is_two_step_sms_auth_completed ?></td>
+<td><?= $record->is_two_step_sms_auth_pending ?></td>
+<td><?= $record->two_step_sms_auth_completed_at ?></td>
+<td><?= $record->two_step_sms_auth_token ?></td>
+<td><?= $record->two_step_sms_auth_token_sent_at ?></td>
+<td><?= $record->is_sms_auth_pending ?></td>
+<td><?= $record->sms_auth_completed ?></td>
+<td><?= $record->sms_auth_completed_at ?></td>
+<td><?= $record->sms_auth_token ?></td>
+<td><?= $record->sms_auth_token_sent_at ?></td>
+<td><?= $record->deactivated_at ?></td>
+<td><?= $record->deactivation_memo ?></td>
+<td><?= $record->reactivated_at ?></td>
+<td><?= $record->reactivation_memo ?></td>
+<td><?= $record->deactivated_by_id ?></td>
+<td><?= $record->reactivated_by_id ?></td>
+<td><?= $record->is_active ?></td>
+<td><?= $record->currently_in_meeting_id ?></td>
+<td><?= $record->is_currently_clocked_in ?></td>
+<td><?= $record->connection_socket_uid ?></td>
+<td><?= $record->web_socket_uid ?></td>
+<td><?= $record->type ?></td>
+<td><?= $record->is_contract_complete ?></td>
+<td><?= $record->is_driver_license_complete ?></td>
+<td><?= $record->is_payment_processing_detail_complete ?></td>
+<td><?= $record->isw9complete ?></td>
+<td><?= $record->signed_contract_pdf ?></td>
 <td><?= $record->deactivated_by_session_id ?></td>
 <td><?= $record->reactivated_by_session_id ?></td>
-<td><?= $record->currently_in_meeting_id ?></td>
+<td><?= $record->is_currently_in_meeting ?></td>
+<td><?= $record->current_meeting_participant_id ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 16 - 12
resources/views/admin/pros_SINGLE/SUB_payment_schedule.blade.php

@@ -15,42 +15,46 @@
                 <thead>
                 <tr>
                     <th>Id</th>
+<th>Amount</th>
+<th>As Hcp Or Ally</th>
+<th>Code</th>
+<th>Pro Id</th>
 <th>Created At</th>
-<th>Type</th>
 <th>Uid</th>
+<th>Created By Session Id</th>
 <th>Deactivated At</th>
 <th>Deactivation Memo</th>
 <th>Is Active</th>
 <th>Reactivated At</th>
 <th>Reactivation Memo</th>
-<th>Amount</th>
-<th>As Hcp Or Ally</th>
-<th>Code</th>
-<th>Created By Session Id</th>
+<th>Deactivated By Id</th>
+<th>Reactivated By Id</th>
+<th>Type</th>
 <th>Deactivated By Session Id</th>
 <th>Reactivated By Session Id</th>
-<th>Pro Id</th>
                 </tr>
                 </thead>
                 <tbody>
                 @foreach($subRecords as $subRecord)
                     <tr>
                         <td><?= $subRecord->id ?></td>
+<td><?= $subRecord->amount ?></td>
+<td><?= $subRecord->as_hcp_or_ally ?></td>
+<td><?= $subRecord->code ?></td>
+<td><?= $subRecord->pro_id ?></td>
 <td><?= $subRecord->created_at ?></td>
-<td><?= $subRecord->type ?></td>
 <td><a href="/pro_rates/view/{{ $subRecord->uid }}"><?= $subRecord->uid ?></a></td>
+<td><?= $subRecord->created_by_session_id ?></td>
 <td><?= $subRecord->deactivated_at ?></td>
 <td><?= $subRecord->deactivation_memo ?></td>
 <td><?= $subRecord->is_active ?></td>
 <td><?= $subRecord->reactivated_at ?></td>
 <td><?= $subRecord->reactivation_memo ?></td>
-<td><?= $subRecord->amount ?></td>
-<td><?= $subRecord->as_hcp_or_ally ?></td>
-<td><?= $subRecord->code ?></td>
-<td><?= $subRecord->created_by_session_id ?></td>
+<td><?= $subRecord->deactivated_by_id ?></td>
+<td><?= $subRecord->reactivated_by_id ?></td>
+<td><?= $subRecord->type ?></td>
 <td><?= $subRecord->deactivated_by_session_id ?></td>
 <td><?= $subRecord->reactivated_by_session_id ?></td>
-<td><?= $subRecord->pro_id ?></td>
                     </tr>
                 @endforeach
                 </tbody>

+ 8 - 1
resources/views/layouts/generated-links.blade.php

@@ -15,4 +15,11 @@
 <li class='nav-item'><a href='/ally_updates' class='nav-link {{ (isset(request()->route()->getController()->selfName) && strpos(request()->route()->getController()->selfName, 'ally_updates') === 0 ? 'active' : '') }} '><i class='nav-icon fa fa-user'></i><p>Ally Updates</p></a></li>
 <li class='nav-item'><a href='/facilities' class='nav-link {{ (isset(request()->route()->getController()->selfName) && strpos(request()->route()->getController()->selfName, 'facilities') === 0 ? 'active' : '') }} '><i class='nav-icon fa fa-user'></i><p>Facilities</p></a></li>
 <li class='nav-item'><a href='/pros' class='nav-link {{ (isset(request()->route()->getController()->selfName) && strpos(request()->route()->getController()->selfName, 'pros') === 0 ? 'active' : '') }} '><i class='nav-icon fa fa-user'></i><p>Pros</p></a></li>
-<li class='nav-item'><a href='/pro_rates' class='nav-link {{ (isset(request()->route()->getController()->selfName) && strpos(request()->route()->getController()->selfName, 'pro_rates') === 0 ? 'active' : '') }} '><i class='nav-icon fa fa-user'></i><p>Pro Rates</p></a></li>
+<li class='nav-item'><a href='/pro_rates' class='nav-link {{ (isset(request()->route()->getController()->selfName) && strpos(request()->route()->getController()->selfName, 'pro_rates') === 0 ? 'active' : '') }} '><i class='nav-icon fa fa-user'></i><p>Pro Rates</p></a></li>
+<li class='nav-item'><a href='/lobbies' class='nav-link {{ (isset(request()->route()->getController()->selfName) && strpos(request()->route()->getController()->selfName, 'lobbies') === 0 ? 'active' : '') }} '><i class='nav-icon fa fa-user'></i><p>Lobbies</p></a></li>
+<li class='nav-item'><a href='/meetings' class='nav-link {{ (isset(request()->route()->getController()->selfName) && strpos(request()->route()->getController()->selfName, 'meetings') === 0 ? 'active' : '') }} '><i class='nav-icon fa fa-user'></i><p>Meetings</p></a></li>
+<li class='nav-item'><a href='/meeting_participants' class='nav-link {{ (isset(request()->route()->getController()->selfName) && strpos(request()->route()->getController()->selfName, 'meeting_participants') === 0 ? 'active' : '') }} '><i class='nav-icon fa fa-user'></i><p>Meeting Participants</p></a></li>
+<li class='nav-item'><a href='/meeting_invitations' class='nav-link {{ (isset(request()->route()->getController()->selfName) && strpos(request()->route()->getController()->selfName, 'meeting_invitations') === 0 ? 'active' : '') }} '><i class='nav-icon fa fa-user'></i><p>Meeting Invitations</p></a></li>
+<li class='nav-item'><a href='/meeting_rings' class='nav-link {{ (isset(request()->route()->getController()->selfName) && strpos(request()->route()->getController()->selfName, 'meeting_rings') === 0 ? 'active' : '') }} '><i class='nav-icon fa fa-user'></i><p>Meeting Rings</p></a></li>
+<li class='nav-item'><a href='/meeting_knocks' class='nav-link {{ (isset(request()->route()->getController()->selfName) && strpos(request()->route()->getController()->selfName, 'meeting_knocks') === 0 ? 'active' : '') }} '><i class='nav-icon fa fa-user'></i><p>Meeting Knocks</p></a></li>
+<li class='nav-item'><a href='/meeting_messages' class='nav-link {{ (isset(request()->route()->getController()->selfName) && strpos(request()->route()->getController()->selfName, 'meeting_messages') === 0 ? 'active' : '') }} '><i class='nav-icon fa fa-user'></i><p>Meeting Messages</p></a></li>

+ 18 - 18
resources/views/pro/action_items/index.blade.php

@@ -13,54 +13,54 @@
             <thead>
             <tr>
 <th>Id</th>
-<th>Created At</th>
-<th>Type</th>
-<th>Uid</th>
 <th>Action Item Category</th>
 <th>Content Detail</th>
 <th>Content Text</th>
-<th>Is Signed By Ally</th>
 <th>Is Signed By Prescriber</th>
-<th>Signed By Ally At</th>
 <th>Signed By Prescriber At</th>
 <th>Status Category</th>
 <th>Status Memo</th>
+<th>Client Id</th>
+<th>Prescriber Pro Id</th>
+<th>Signed By Prescriber Session Id</th>
+<th>To Facility Id</th>
+<th>Created At</th>
+<th>Uid</th>
 <th>Created By Session Id</th>
+<th>Type</th>
+<th>Is Signed By Ally</th>
+<th>Signed By Ally At</th>
 <th>Ally Pro Id</th>
-<th>Client Id</th>
 <th>Current Content Update Id</th>
 <th>Current Status Update Id</th>
-<th>Prescriber Pro Id</th>
 <th>Signed By Ally Session Id</th>
-<th>Signed By Prescriber Session Id</th>
-<th>To Facility Id</th>
             </tr>
             </thead>
             <tbody>
             @foreach($records as $record)
                 <tr>
 <td><?= $record->id ?></td>
-<td><?= $record->created_at ?></td>
-<td><?= $record->type ?></td>
-<td><a href="/action_items/view/<?= $record->uid ?>"><?= $record->uid ?></a></td>
 <td><?= $record->action_item_category ?></td>
 <td><?= $record->content_detail ?></td>
 <td><?= $record->content_text ?></td>
-<td><?= $record->is_signed_by_ally ?></td>
 <td><?= $record->is_signed_by_prescriber ?></td>
-<td><?= $record->signed_by_ally_at ?></td>
 <td><?= $record->signed_by_prescriber_at ?></td>
 <td><?= $record->status_category ?></td>
 <td><?= $record->status_memo ?></td>
+<td><?= $record->client_id ?></td>
+<td><?= $record->prescriber_pro_id ?></td>
+<td><?= $record->signed_by_prescriber_session_id ?></td>
+<td><?= $record->to_facility_id ?></td>
+<td><?= $record->created_at ?></td>
+<td><a href="/action_items/view/<?= $record->uid ?>"><?= $record->uid ?></a></td>
 <td><?= $record->created_by_session_id ?></td>
+<td><?= $record->type ?></td>
+<td><?= $record->is_signed_by_ally ?></td>
+<td><?= $record->signed_by_ally_at ?></td>
 <td><?= $record->ally_pro_id ?></td>
-<td><?= $record->client_id ?></td>
 <td><?= $record->current_content_update_id ?></td>
 <td><?= $record->current_status_update_id ?></td>
-<td><?= $record->prescriber_pro_id ?></td>
 <td><?= $record->signed_by_ally_session_id ?></td>
-<td><?= $record->signed_by_prescriber_session_id ?></td>
-<td><?= $record->to_facility_id ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 6 - 6
resources/views/pro/ally_updates/index.blade.php

@@ -13,24 +13,24 @@
             <thead>
             <tr>
 <th>Id</th>
+<th>Client Id</th>
+<th>Pro Id</th>
 <th>Created At</th>
-<th>Type</th>
 <th>Uid</th>
 <th>Created By Session Id</th>
-<th>Client Id</th>
-<th>Pro Id</th>
+<th>Type</th>
             </tr>
             </thead>
             <tbody>
             @foreach($records as $record)
                 <tr>
 <td><?= $record->id ?></td>
+<td><?= $record->client_id ?></td>
+<td><?= $record->pro_id ?></td>
 <td><?= $record->created_at ?></td>
-<td><?= $record->type ?></td>
 <td><?= $record->uid ?></td>
 <td><?= $record->created_by_session_id ?></td>
-<td><?= $record->client_id ?></td>
-<td><?= $record->pro_id ?></td>
+<td><?= $record->type ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 40 - 32
resources/views/pro/bills/index.blade.php

@@ -13,13 +13,8 @@
             <thead>
             <tr>
 <th>Id</th>
-<th>Created At</th>
-<th>Type</th>
-<th>Uid</th>
 <th>Ally Expected Payment Amount</th>
 <th>Ally Payment Amount</th>
-<th>Bill Service Type</th>
-<th>Cm Or Rm</th>
 <th>Code</th>
 <th>Collected Amount</th>
 <th>Effective Date</th>
@@ -27,49 +22,53 @@
 <th>Has Hcp Been Paid</th>
 <th>Hcp Expected Payment Amount</th>
 <th>Hcp Payment Amount</th>
-<th>Is Cancelled</th>
-<th>Is Resubmission Required</th>
 <th>Is Signed By Ally</th>
 <th>Is Signed By Hcp</th>
-<th>Is Submitted</th>
-<th>Marked Cancelled At</th>
-<th>Marked Resubmission Required At</th>
-<th>Marked Submitted At</th>
-<th>Modifier</th>
 <th>Number Of Units</th>
 <th>Reason1</th>
 <th>Reason2</th>
 <th>Reason3</th>
 <th>Reason3plus</th>
+<th>Reason Type</th>
 <th>Service Location</th>
 <th>Signed By Ally At</th>
 <th>Signed By Hcp At</th>
-<th>Created By Session Id</th>
+<th>Status Category</th>
+<th>Status Detail</th>
+<th>Status Effective Date</th>
 <th>Ally Payment Pro Transaction Id</th>
 <th>Ally Pro Id</th>
 <th>Care Month Id</th>
 <th>Client Id</th>
 <th>Hcp Payment Pro Transaction Id</th>
 <th>Hcp Pro Id</th>
-<th>Marked Cancelled By Session Id</th>
-<th>Marked Resubmission Required By Session Id</th>
-<th>Marked Submitted By Session Id</th>
 <th>Note Id</th>
 <th>Signed By Ally Session Id</th>
 <th>Signed By Hcp Session Id</th>
+<th>Created At</th>
+<th>Uid</th>
+<th>Created By Session Id</th>
+<th>Type</th>
+<th>Bill Service Type</th>
+<th>Cm Or Rm</th>
+<th>Is Cancelled</th>
+<th>Is Resubmission Required</th>
+<th>Is Submitted</th>
+<th>Marked Cancelled At</th>
+<th>Marked Resubmission Required At</th>
+<th>Marked Submitted At</th>
+<th>Modifier</th>
+<th>Marked Cancelled By Session Id</th>
+<th>Marked Resubmission Required By Session Id</th>
+<th>Marked Submitted By Session Id</th>
             </tr>
             </thead>
             <tbody>
             @foreach($records as $record)
                 <tr>
 <td><?= $record->id ?></td>
-<td><?= $record->created_at ?></td>
-<td><?= $record->type ?></td>
-<td><a href="/bills/view/<?= $record->uid ?>"><?= $record->uid ?></a></td>
 <td><?= $record->ally_expected_payment_amount ?></td>
 <td><?= $record->ally_payment_amount ?></td>
-<td><?= $record->bill_service_type ?></td>
-<td><?= $record->cm_or_rm ?></td>
 <td><?= $record->code ?></td>
 <td><?= $record->collected_amount ?></td>
 <td><?= $record->effective_date ?></td>
@@ -77,36 +76,45 @@
 <td><?= $record->has_hcp_been_paid ?></td>
 <td><?= $record->hcp_expected_payment_amount ?></td>
 <td><?= $record->hcp_payment_amount ?></td>
-<td><?= $record->is_cancelled ?></td>
-<td><?= $record->is_resubmission_required ?></td>
 <td><?= $record->is_signed_by_ally ?></td>
 <td><?= $record->is_signed_by_hcp ?></td>
-<td><?= $record->is_submitted ?></td>
-<td><?= $record->marked_cancelled_at ?></td>
-<td><?= $record->marked_resubmission_required_at ?></td>
-<td><?= $record->marked_submitted_at ?></td>
-<td><?= $record->modifier ?></td>
 <td><?= $record->number_of_units ?></td>
 <td><?= $record->reason1 ?></td>
 <td><?= $record->reason2 ?></td>
 <td><?= $record->reason3 ?></td>
 <td><?= $record->reason3plus ?></td>
+<td><?= $record->reason_type ?></td>
 <td><?= $record->service_location ?></td>
 <td><?= $record->signed_by_ally_at ?></td>
 <td><?= $record->signed_by_hcp_at ?></td>
-<td><?= $record->created_by_session_id ?></td>
+<td><?= $record->status_category ?></td>
+<td><?= $record->status_detail ?></td>
+<td><?= $record->status_effective_date ?></td>
 <td><?= $record->ally_payment_pro_transaction_id ?></td>
 <td><?= $record->ally_pro_id ?></td>
 <td><?= $record->care_month_id ?></td>
 <td><?= $record->client_id ?></td>
 <td><?= $record->hcp_payment_pro_transaction_id ?></td>
 <td><?= $record->hcp_pro_id ?></td>
-<td><?= $record->marked_cancelled_by_session_id ?></td>
-<td><?= $record->marked_resubmission_required_by_session_id ?></td>
-<td><?= $record->marked_submitted_by_session_id ?></td>
 <td><?= $record->note_id ?></td>
 <td><?= $record->signed_by_ally_session_id ?></td>
 <td><?= $record->signed_by_hcp_session_id ?></td>
+<td><?= $record->created_at ?></td>
+<td><a href="/bills/view/<?= $record->uid ?>"><?= $record->uid ?></a></td>
+<td><?= $record->created_by_session_id ?></td>
+<td><?= $record->type ?></td>
+<td><?= $record->bill_service_type ?></td>
+<td><?= $record->cm_or_rm ?></td>
+<td><?= $record->is_cancelled ?></td>
+<td><?= $record->is_resubmission_required ?></td>
+<td><?= $record->is_submitted ?></td>
+<td><?= $record->marked_cancelled_at ?></td>
+<td><?= $record->marked_resubmission_required_at ?></td>
+<td><?= $record->marked_submitted_at ?></td>
+<td><?= $record->modifier ?></td>
+<td><?= $record->marked_cancelled_by_session_id ?></td>
+<td><?= $record->marked_resubmission_required_by_session_id ?></td>
+<td><?= $record->marked_submitted_by_session_id ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 8 - 8
resources/views/pro/bills_SINGLE/SUB_transactions.blade.php

@@ -15,38 +15,38 @@
                 <thead>
                 <tr>
                     <th>Id</th>
-<th>Created At</th>
-<th>Type</th>
-<th>Uid</th>
 <th>Amount</th>
 <th>Custom Memo</th>
 <th>Plus Or Minus</th>
 <th>Reason Type</th>
 <th>Resulting Balance</th>
 <th>System Memo</th>
-<th>Created By Session Id</th>
 <th>Bill Id</th>
 <th>Client Id</th>
 <th>Pro Id</th>
+<th>Created At</th>
+<th>Uid</th>
+<th>Created By Session Id</th>
+<th>Type</th>
                 </tr>
                 </thead>
                 <tbody>
                 @foreach($subRecords as $subRecord)
                     <tr>
                         <td><?= $subRecord->id ?></td>
-<td><?= $subRecord->created_at ?></td>
-<td><?= $subRecord->type ?></td>
-<td><?= $subRecord->uid ?></td>
 <td><?= $subRecord->amount ?></td>
 <td><?= $subRecord->custom_memo ?></td>
 <td><?= $subRecord->plus_or_minus ?></td>
 <td><?= $subRecord->reason_type ?></td>
 <td><?= $subRecord->resulting_balance ?></td>
 <td><?= $subRecord->system_memo ?></td>
-<td><?= $subRecord->created_by_session_id ?></td>
 <td><?= $subRecord->bill_id ?></td>
 <td><?= $subRecord->client_id ?></td>
 <td><?= $subRecord->pro_id ?></td>
+<td><?= $subRecord->created_at ?></td>
+<td><?= $subRecord->uid ?></td>
+<td><?= $subRecord->created_by_session_id ?></td>
+<td><?= $subRecord->type ?></td>
                     </tr>
                 @endforeach
                 </tbody>

+ 18 - 16
resources/views/pro/care_month_entries/index.blade.php

@@ -13,15 +13,9 @@
             <thead>
             <tr>
 <th>Id</th>
-<th>Created At</th>
-<th>Type</th>
-<th>Uid</th>
 <th>Is Removed</th>
 <th>Removal Memo</th>
 <th>Removed At</th>
-<th>Achieved Ally Time In Seconds</th>
-<th>Achieved Mcp Time In Seconds</th>
-<th>Achieved Total Time In Seconds</th>
 <th>Cm Or Rm</th>
 <th>Content Detail</th>
 <th>Content Text</th>
@@ -30,26 +24,27 @@
 <th>Is Time Specific</th>
 <th>Starting Time</th>
 <th>Time In Seconds</th>
-<th>Created By Session Id</th>
-<th>Removed By Session Id</th>
+<th>Removed By Id</th>
 <th>Care Month Id</th>
 <th>Client Id</th>
 <th>Pro Id</th>
+<th>Created At</th>
+<th>Uid</th>
+<th>Created By Session Id</th>
+<th>Type</th>
+<th>Removed By Session Id</th>
+<th>Achieved Ally Time In Seconds</th>
+<th>Achieved Mcp Time In Seconds</th>
+<th>Achieved Total Time In Seconds</th>
             </tr>
             </thead>
             <tbody>
             @foreach($records as $record)
                 <tr>
 <td><?= $record->id ?></td>
-<td><?= $record->created_at ?></td>
-<td><?= $record->type ?></td>
-<td><a href="/care_month_entries/view/<?= $record->uid ?>"><?= $record->uid ?></a></td>
 <td><?= $record->is_removed ?></td>
 <td><?= $record->removal_memo ?></td>
 <td><?= $record->removed_at ?></td>
-<td><?= $record->achieved_ally_time_in_seconds ?></td>
-<td><?= $record->achieved_mcp_time_in_seconds ?></td>
-<td><?= $record->achieved_total_time_in_seconds ?></td>
 <td><?= $record->cm_or_rm ?></td>
 <td><?= $record->content_detail ?></td>
 <td><?= $record->content_text ?></td>
@@ -58,11 +53,18 @@
 <td><?= $record->is_time_specific ?></td>
 <td><?= $record->starting_time ?></td>
 <td><?= $record->time_in_seconds ?></td>
-<td><?= $record->created_by_session_id ?></td>
-<td><?= $record->removed_by_session_id ?></td>
+<td><?= $record->removed_by_id ?></td>
 <td><?= $record->care_month_id ?></td>
 <td><?= $record->client_id ?></td>
 <td><?= $record->pro_id ?></td>
+<td><?= $record->created_at ?></td>
+<td><a href="/care_month_entries/view/<?= $record->uid ?>"><?= $record->uid ?></a></td>
+<td><?= $record->created_by_session_id ?></td>
+<td><?= $record->type ?></td>
+<td><?= $record->removed_by_session_id ?></td>
+<td><?= $record->achieved_ally_time_in_seconds ?></td>
+<td><?= $record->achieved_mcp_time_in_seconds ?></td>
+<td><?= $record->achieved_total_time_in_seconds ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 48 - 32
resources/views/pro/care_months/index.blade.php

@@ -13,74 +13,90 @@
             <thead>
             <tr>
 <th>Id</th>
-<th>Created At</th>
-<th>Type</th>
-<th>Uid</th>
+<th>Ccm Total Time In Seconds</th>
+<th>Cm Outcome</th>
+<th>Cm Outcome Detail</th>
+<th>Cm Outcome Memo</th>
 <th>Cm Reason1</th>
 <th>Cm Reason2</th>
-<th>Cm Total Time In Seconds</th>
-<th>Cm Total Time In Seconds By Ally</th>
-<th>Cm Total Time In Seconds By Mcp</th>
 <th>Is Client Enrolled In Cm</th>
 <th>Is Client Enrolled In Rm</th>
-<th>Is Cm Canceled This Month</th>
-<th>Is Rm Canceled This Month</th>
-<th>Is Tm This Month</th>
+<th>Rm Outcome</th>
+<th>Rm Outcome Detail</th>
+<th>Rm Outcome Memo</th>
 <th>Rm Reason1</th>
 <th>Rm Reason2</th>
-<th>Rm Total Time In Seconds</th>
-<th>Rm Total Time In Seconds By Ally</th>
-<th>Rm Total Time In Seconds By Mcp</th>
+<th>Rpm Total Time In Seconds</th>
 <th>Start Date</th>
-<th>Why Is Cm Canceled This Month</th>
-<th>Why Is Rm Canceled This Month</th>
 <th>Why Not Enrolled In Cm Category</th>
 <th>Why Not Enrolled In Cm Memo</th>
 <th>Why Not Enrolled In Rm Category</th>
 <th>Why Not Enrolled In Rm Memo</th>
-<th>Created By Session Id</th>
 <th>Ally Pro Id</th>
 <th>Client Id</th>
-<th>Cm Bill Id</th>
 <th>Mcp Pro Id</th>
+<th>Created At</th>
+<th>Uid</th>
+<th>Created By Session Id</th>
+<th>Type</th>
+<th>Cm Total Time In Seconds</th>
+<th>Cm Total Time In Seconds By Mcp</th>
+<th>Is Cm Canceled This Month</th>
+<th>Is Rm Canceled This Month</th>
+<th>Is Tm This Month</th>
+<th>Rm Total Time In Seconds</th>
+<th>Why Is Cm Canceled This Month</th>
+<th>Why Is Rm Canceled This Month</th>
+<th>Cm Bill Id</th>
 <th>Rm Bill Id</th>
+<th>Cm Total Time In Seconds By Ally</th>
+<th>Rm Total Time In Seconds By Ally</th>
+<th>Rm Total Time In Seconds By Mcp</th>
             </tr>
             </thead>
             <tbody>
             @foreach($records as $record)
                 <tr>
 <td><?= $record->id ?></td>
-<td><?= $record->created_at ?></td>
-<td><?= $record->type ?></td>
-<td><a href="/care_months/view/<?= $record->uid ?>"><?= $record->uid ?></a></td>
+<td><?= $record->ccm_total_time_in_seconds ?></td>
+<td><?= $record->cm_outcome ?></td>
+<td><?= $record->cm_outcome_detail ?></td>
+<td><?= $record->cm_outcome_memo ?></td>
 <td><?= $record->cm_reason1 ?></td>
 <td><?= $record->cm_reason2 ?></td>
-<td><?= $record->cm_total_time_in_seconds ?></td>
-<td><?= $record->cm_total_time_in_seconds_by_ally ?></td>
-<td><?= $record->cm_total_time_in_seconds_by_mcp ?></td>
 <td><?= $record->is_client_enrolled_in_cm ?></td>
 <td><?= $record->is_client_enrolled_in_rm ?></td>
-<td><?= $record->is_cm_canceled_this_month ?></td>
-<td><?= $record->is_rm_canceled_this_month ?></td>
-<td><?= $record->is_tm_this_month ?></td>
+<td><?= $record->rm_outcome ?></td>
+<td><?= $record->rm_outcome_detail ?></td>
+<td><?= $record->rm_outcome_memo ?></td>
 <td><?= $record->rm_reason1 ?></td>
 <td><?= $record->rm_reason2 ?></td>
-<td><?= $record->rm_total_time_in_seconds ?></td>
-<td><?= $record->rm_total_time_in_seconds_by_ally ?></td>
-<td><?= $record->rm_total_time_in_seconds_by_mcp ?></td>
+<td><?= $record->rpm_total_time_in_seconds ?></td>
 <td><?= $record->start_date ?></td>
-<td><?= $record->why_is_cm_canceled_this_month ?></td>
-<td><?= $record->why_is_rm_canceled_this_month ?></td>
 <td><?= $record->why_not_enrolled_in_cm_category ?></td>
 <td><?= $record->why_not_enrolled_in_cm_memo ?></td>
 <td><?= $record->why_not_enrolled_in_rm_category ?></td>
 <td><?= $record->why_not_enrolled_in_rm_memo ?></td>
-<td><?= $record->created_by_session_id ?></td>
 <td><?= $record->ally_pro_id ?></td>
 <td><?= $record->client_id ?></td>
-<td><?= $record->cm_bill_id ?></td>
 <td><?= $record->mcp_pro_id ?></td>
+<td><?= $record->created_at ?></td>
+<td><a href="/care_months/view/<?= $record->uid ?>"><?= $record->uid ?></a></td>
+<td><?= $record->created_by_session_id ?></td>
+<td><?= $record->type ?></td>
+<td><?= $record->cm_total_time_in_seconds ?></td>
+<td><?= $record->cm_total_time_in_seconds_by_mcp ?></td>
+<td><?= $record->is_cm_canceled_this_month ?></td>
+<td><?= $record->is_rm_canceled_this_month ?></td>
+<td><?= $record->is_tm_this_month ?></td>
+<td><?= $record->rm_total_time_in_seconds ?></td>
+<td><?= $record->why_is_cm_canceled_this_month ?></td>
+<td><?= $record->why_is_rm_canceled_this_month ?></td>
+<td><?= $record->cm_bill_id ?></td>
 <td><?= $record->rm_bill_id ?></td>
+<td><?= $record->cm_total_time_in_seconds_by_ally ?></td>
+<td><?= $record->rm_total_time_in_seconds_by_ally ?></td>
+<td><?= $record->rm_total_time_in_seconds_by_mcp ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 18 - 16
resources/views/pro/care_months_SINGLE/SUB_cm_time_entries.blade.php

@@ -15,15 +15,9 @@
                 <thead>
                 <tr>
                     <th>Id</th>
-<th>Created At</th>
-<th>Type</th>
-<th>Uid</th>
 <th>Is Removed</th>
 <th>Removal Memo</th>
 <th>Removed At</th>
-<th>Achieved Ally Time In Seconds</th>
-<th>Achieved Mcp Time In Seconds</th>
-<th>Achieved Total Time In Seconds</th>
 <th>Cm Or Rm</th>
 <th>Content Detail</th>
 <th>Content Text</th>
@@ -32,26 +26,27 @@
 <th>Is Time Specific</th>
 <th>Starting Time</th>
 <th>Time In Seconds</th>
-<th>Created By Session Id</th>
-<th>Removed By Session Id</th>
+<th>Removed By Id</th>
 <th>Care Month Id</th>
 <th>Client Id</th>
 <th>Pro Id</th>
+<th>Created At</th>
+<th>Uid</th>
+<th>Created By Session Id</th>
+<th>Type</th>
+<th>Removed By Session Id</th>
+<th>Achieved Ally Time In Seconds</th>
+<th>Achieved Mcp Time In Seconds</th>
+<th>Achieved Total Time In Seconds</th>
                 </tr>
                 </thead>
                 <tbody>
                 @foreach($subRecords as $subRecord)
                     <tr>
                         <td><?= $subRecord->id ?></td>
-<td><?= $subRecord->created_at ?></td>
-<td><?= $subRecord->type ?></td>
-<td><?= $subRecord->uid ?></td>
 <td><?= $subRecord->is_removed ?></td>
 <td><?= $subRecord->removal_memo ?></td>
 <td><?= $subRecord->removed_at ?></td>
-<td><?= $subRecord->achieved_ally_time_in_seconds ?></td>
-<td><?= $subRecord->achieved_mcp_time_in_seconds ?></td>
-<td><?= $subRecord->achieved_total_time_in_seconds ?></td>
 <td><?= $subRecord->cm_or_rm ?></td>
 <td><?= $subRecord->content_detail ?></td>
 <td><?= $subRecord->content_text ?></td>
@@ -60,11 +55,18 @@
 <td><?= $subRecord->is_time_specific ?></td>
 <td><?= $subRecord->starting_time ?></td>
 <td><?= $subRecord->time_in_seconds ?></td>
-<td><?= $subRecord->created_by_session_id ?></td>
-<td><?= $subRecord->removed_by_session_id ?></td>
+<td><?= $subRecord->removed_by_id ?></td>
 <td><?= $subRecord->care_month_id ?></td>
 <td><?= $subRecord->client_id ?></td>
 <td><?= $subRecord->pro_id ?></td>
+<td><?= $subRecord->created_at ?></td>
+<td><?= $subRecord->uid ?></td>
+<td><?= $subRecord->created_by_session_id ?></td>
+<td><?= $subRecord->type ?></td>
+<td><?= $subRecord->removed_by_session_id ?></td>
+<td><?= $subRecord->achieved_ally_time_in_seconds ?></td>
+<td><?= $subRecord->achieved_mcp_time_in_seconds ?></td>
+<td><?= $subRecord->achieved_total_time_in_seconds ?></td>
                     </tr>
                 @endforeach
                 </tbody>

+ 18 - 16
resources/views/pro/care_months_SINGLE/SUB_rm_time_entries.blade.php

@@ -15,15 +15,9 @@
                 <thead>
                 <tr>
                     <th>Id</th>
-<th>Created At</th>
-<th>Type</th>
-<th>Uid</th>
 <th>Is Removed</th>
 <th>Removal Memo</th>
 <th>Removed At</th>
-<th>Achieved Ally Time In Seconds</th>
-<th>Achieved Mcp Time In Seconds</th>
-<th>Achieved Total Time In Seconds</th>
 <th>Cm Or Rm</th>
 <th>Content Detail</th>
 <th>Content Text</th>
@@ -32,26 +26,27 @@
 <th>Is Time Specific</th>
 <th>Starting Time</th>
 <th>Time In Seconds</th>
-<th>Created By Session Id</th>
-<th>Removed By Session Id</th>
+<th>Removed By Id</th>
 <th>Care Month Id</th>
 <th>Client Id</th>
 <th>Pro Id</th>
+<th>Created At</th>
+<th>Uid</th>
+<th>Created By Session Id</th>
+<th>Type</th>
+<th>Removed By Session Id</th>
+<th>Achieved Ally Time In Seconds</th>
+<th>Achieved Mcp Time In Seconds</th>
+<th>Achieved Total Time In Seconds</th>
                 </tr>
                 </thead>
                 <tbody>
                 @foreach($subRecords as $subRecord)
                     <tr>
                         <td><?= $subRecord->id ?></td>
-<td><?= $subRecord->created_at ?></td>
-<td><?= $subRecord->type ?></td>
-<td><?= $subRecord->uid ?></td>
 <td><?= $subRecord->is_removed ?></td>
 <td><?= $subRecord->removal_memo ?></td>
 <td><?= $subRecord->removed_at ?></td>
-<td><?= $subRecord->achieved_ally_time_in_seconds ?></td>
-<td><?= $subRecord->achieved_mcp_time_in_seconds ?></td>
-<td><?= $subRecord->achieved_total_time_in_seconds ?></td>
 <td><?= $subRecord->cm_or_rm ?></td>
 <td><?= $subRecord->content_detail ?></td>
 <td><?= $subRecord->content_text ?></td>
@@ -60,11 +55,18 @@
 <td><?= $subRecord->is_time_specific ?></td>
 <td><?= $subRecord->starting_time ?></td>
 <td><?= $subRecord->time_in_seconds ?></td>
-<td><?= $subRecord->created_by_session_id ?></td>
-<td><?= $subRecord->removed_by_session_id ?></td>
+<td><?= $subRecord->removed_by_id ?></td>
 <td><?= $subRecord->care_month_id ?></td>
 <td><?= $subRecord->client_id ?></td>
 <td><?= $subRecord->pro_id ?></td>
+<td><?= $subRecord->created_at ?></td>
+<td><?= $subRecord->uid ?></td>
+<td><?= $subRecord->created_by_session_id ?></td>
+<td><?= $subRecord->type ?></td>
+<td><?= $subRecord->removed_by_session_id ?></td>
+<td><?= $subRecord->achieved_ally_time_in_seconds ?></td>
+<td><?= $subRecord->achieved_mcp_time_in_seconds ?></td>
+<td><?= $subRecord->achieved_total_time_in_seconds ?></td>
                     </tr>
                 @endforeach
                 </tbody>

+ 18 - 18
resources/views/pro/erx/index.blade.php

@@ -13,54 +13,54 @@
             <thead>
             <tr>
 <th>Id</th>
-<th>Created At</th>
-<th>Type</th>
-<th>Uid</th>
 <th>Action Item Category</th>
 <th>Content Detail</th>
 <th>Content Text</th>
-<th>Is Signed By Ally</th>
 <th>Is Signed By Prescriber</th>
-<th>Signed By Ally At</th>
 <th>Signed By Prescriber At</th>
 <th>Status Category</th>
 <th>Status Memo</th>
+<th>Client Id</th>
+<th>Prescriber Pro Id</th>
+<th>Signed By Prescriber Session Id</th>
+<th>To Facility Id</th>
+<th>Created At</th>
+<th>Uid</th>
 <th>Created By Session Id</th>
+<th>Type</th>
+<th>Is Signed By Ally</th>
+<th>Signed By Ally At</th>
 <th>Ally Pro Id</th>
-<th>Client Id</th>
 <th>Current Content Update Id</th>
 <th>Current Status Update Id</th>
-<th>Prescriber Pro Id</th>
 <th>Signed By Ally Session Id</th>
-<th>Signed By Prescriber Session Id</th>
-<th>To Facility Id</th>
             </tr>
             </thead>
             <tbody>
             @foreach($records as $record)
                 <tr>
 <td><?= $record->id ?></td>
-<td><?= $record->created_at ?></td>
-<td><?= $record->type ?></td>
-<td><a href="/erx/view/<?= $record->uid ?>"><?= $record->uid ?></a></td>
 <td><?= $record->action_item_category ?></td>
 <td><?= $record->content_detail ?></td>
 <td><?= $record->content_text ?></td>
-<td><?= $record->is_signed_by_ally ?></td>
 <td><?= $record->is_signed_by_prescriber ?></td>
-<td><?= $record->signed_by_ally_at ?></td>
 <td><?= $record->signed_by_prescriber_at ?></td>
 <td><?= $record->status_category ?></td>
 <td><?= $record->status_memo ?></td>
+<td><?= $record->client_id ?></td>
+<td><?= $record->prescriber_pro_id ?></td>
+<td><?= $record->signed_by_prescriber_session_id ?></td>
+<td><?= $record->to_facility_id ?></td>
+<td><?= $record->created_at ?></td>
+<td><a href="/erx/view/<?= $record->uid ?>"><?= $record->uid ?></a></td>
 <td><?= $record->created_by_session_id ?></td>
+<td><?= $record->type ?></td>
+<td><?= $record->is_signed_by_ally ?></td>
+<td><?= $record->signed_by_ally_at ?></td>
 <td><?= $record->ally_pro_id ?></td>
-<td><?= $record->client_id ?></td>
 <td><?= $record->current_content_update_id ?></td>
 <td><?= $record->current_status_update_id ?></td>
-<td><?= $record->prescriber_pro_id ?></td>
 <td><?= $record->signed_by_ally_session_id ?></td>
-<td><?= $record->signed_by_prescriber_session_id ?></td>
-<td><?= $record->to_facility_id ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 6 - 6
resources/views/pro/mcp_updates/index.blade.php

@@ -13,24 +13,24 @@
             <thead>
             <tr>
 <th>Id</th>
+<th>Client Id</th>
+<th>Pro Id</th>
 <th>Created At</th>
-<th>Type</th>
 <th>Uid</th>
 <th>Created By Session Id</th>
-<th>Client Id</th>
-<th>Pro Id</th>
+<th>Type</th>
             </tr>
             </thead>
             <tbody>
             @foreach($records as $record)
                 <tr>
 <td><?= $record->id ?></td>
+<td><?= $record->client_id ?></td>
+<td><?= $record->pro_id ?></td>
 <td><?= $record->created_at ?></td>
-<td><?= $record->type ?></td>
 <td><?= $record->uid ?></td>
 <td><?= $record->created_by_session_id ?></td>
-<td><?= $record->client_id ?></td>
-<td><?= $record->pro_id ?></td>
+<td><?= $record->type ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 8 - 8
resources/views/pro/med_profile_line_updates/index.blade.php

@@ -13,34 +13,34 @@
             <thead>
             <tr>
 <th>Id</th>
-<th>Created At</th>
-<th>Type</th>
-<th>Uid</th>
 <th>Content Detail</th>
 <th>Content Text</th>
 <th>Has Been Data Entered</th>
 <th>Marked Data Entered At</th>
-<th>Created By Session Id</th>
 <th>Client Id</th>
 <th>Client Info Line Id</th>
 <th>Marked Data Enetered By Id</th>
+<th>Created At</th>
+<th>Uid</th>
+<th>Created By Session Id</th>
+<th>Type</th>
             </tr>
             </thead>
             <tbody>
             @foreach($records as $record)
                 <tr>
 <td><?= $record->id ?></td>
-<td><?= $record->created_at ?></td>
-<td><?= $record->type ?></td>
-<td><?= $record->uid ?></td>
 <td><?= $record->content_detail ?></td>
 <td><?= $record->content_text ?></td>
 <td><?= $record->has_been_data_entered ?></td>
 <td><?= $record->marked_data_entered_at ?></td>
-<td><?= $record->created_by_session_id ?></td>
 <td><?= $record->client_id ?></td>
 <td><?= $record->client_info_line_id ?></td>
 <td><?= $record->marked_data_enetered_by_id ?></td>
+<td><?= $record->created_at ?></td>
+<td><?= $record->uid ?></td>
+<td><?= $record->created_by_session_id ?></td>
+<td><?= $record->type ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 10 - 8
resources/views/pro/med_profile_lines/index.blade.php

@@ -13,36 +13,38 @@
             <thead>
             <tr>
 <th>Id</th>
-<th>Created At</th>
-<th>Type</th>
-<th>Uid</th>
 <th>Is Removed</th>
 <th>Removal Memo</th>
 <th>Removed At</th>
 <th>Category</th>
 <th>Content Detail</th>
 <th>Content Text</th>
+<th>Removed By Id</th>
+<th>Client Id</th>
+<th>Created At</th>
+<th>Uid</th>
 <th>Created By Session Id</th>
+<th>Type</th>
 <th>Removed By Session Id</th>
-<th>Client Id</th>
             </tr>
             </thead>
             <tbody>
             @foreach($records as $record)
                 <tr>
 <td><?= $record->id ?></td>
-<td><?= $record->created_at ?></td>
-<td><?= $record->type ?></td>
-<td><?= $record->uid ?></td>
 <td><?= $record->is_removed ?></td>
 <td><?= $record->removal_memo ?></td>
 <td><?= $record->removed_at ?></td>
 <td><?= $record->category ?></td>
 <td><?= $record->content_detail ?></td>
 <td><?= $record->content_text ?></td>
+<td><?= $record->removed_by_id ?></td>
+<td><?= $record->client_id ?></td>
+<td><?= $record->created_at ?></td>
+<td><?= $record->uid ?></td>
 <td><?= $record->created_by_session_id ?></td>
+<td><?= $record->type ?></td>
 <td><?= $record->removed_by_session_id ?></td>
-<td><?= $record->client_id ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 32 - 24
resources/views/pro/my_clients/index.blade.php

@@ -13,20 +13,11 @@
             <thead>
             <tr>
 <th>Id</th>
-<th>Created At</th>
-<th>Type</th>
-<th>Uid</th>
-<th>Deactivated At</th>
-<th>Deactivation Memo</th>
-<th>Is Active</th>
-<th>Reactivated At</th>
-<th>Reactivation Memo</th>
 <th>Cell Number</th>
 <th>Cell Number Confirmation Token</th>
 <th>Cell Number Confirmed At</th>
 <th>Cm Reason1</th>
 <th>Cm Reason2</th>
-<th>Cm Target</th>
 <th>Date Of Birth</th>
 <th>Email Address</th>
 <th>Email Address Confirmation Token</th>
@@ -85,33 +76,37 @@
 <th>Why Not Enrolled In Rm Category</th>
 <th>Why Not Enrolled In Rm Memo</th>
 <th>Work Phone Number</th>
-<th>Created By Session Id</th>
-<th>Deactivated By Session Id</th>
-<th>Reactivated By Session Id</th>
 <th>Ally Pro Id</th>
 <th>Mcp Em Visit Note Id</th>
 <th>Mcp Pro Id</th>
 <th>Team Id</th>
+<th>Created At</th>
+<th>Uid</th>
+<th>Created By Session Id</th>
+<th>Deactivated At</th>
+<th>Deactivation Memo</th>
+<th>Is Active</th>
+<th>Reactivated At</th>
+<th>Reactivation Memo</th>
+<th>Deactivated By Id</th>
+<th>Reactivated By Id</th>
+<th>Type</th>
+<th>Deactivated By Session Id</th>
+<th>Reactivated By Session Id</th>
+<th>Cm Target</th>
+<th>Is Currently In Meeting</th>
+<th>Current Meeting Participant Id</th>
             </tr>
             </thead>
             <tbody>
             @foreach($records as $record)
                 <tr>
 <td><?= $record->id ?></td>
-<td><?= $record->created_at ?></td>
-<td><?= $record->type ?></td>
-<td><a href="/my_clients/view/<?= $record->uid ?>"><?= $record->uid ?></a></td>
-<td><?= $record->deactivated_at ?></td>
-<td><?= $record->deactivation_memo ?></td>
-<td><?= $record->is_active ?></td>
-<td><?= $record->reactivated_at ?></td>
-<td><?= $record->reactivation_memo ?></td>
 <td><?= $record->cell_number ?></td>
 <td><?= $record->cell_number_confirmation_token ?></td>
 <td><?= $record->cell_number_confirmed_at ?></td>
 <td><?= $record->cm_reason1 ?></td>
 <td><?= $record->cm_reason2 ?></td>
-<td><?= $record->cm_target ?></td>
 <td><?= $record->date_of_birth ?></td>
 <td><?= $record->email_address ?></td>
 <td><?= $record->email_address_confirmation_token ?></td>
@@ -170,13 +165,26 @@
 <td><?= $record->why_not_enrolled_in_rm_category ?></td>
 <td><?= $record->why_not_enrolled_in_rm_memo ?></td>
 <td><?= $record->work_phone_number ?></td>
-<td><?= $record->created_by_session_id ?></td>
-<td><?= $record->deactivated_by_session_id ?></td>
-<td><?= $record->reactivated_by_session_id ?></td>
 <td><?= $record->ally_pro_id ?></td>
 <td><?= $record->mcp_em_visit_note_id ?></td>
 <td><?= $record->mcp_pro_id ?></td>
 <td><?= $record->team_id ?></td>
+<td><?= $record->created_at ?></td>
+<td><a href="/my_clients/view/<?= $record->uid ?>"><?= $record->uid ?></a></td>
+<td><?= $record->created_by_session_id ?></td>
+<td><?= $record->deactivated_at ?></td>
+<td><?= $record->deactivation_memo ?></td>
+<td><?= $record->is_active ?></td>
+<td><?= $record->reactivated_at ?></td>
+<td><?= $record->reactivation_memo ?></td>
+<td><?= $record->deactivated_by_id ?></td>
+<td><?= $record->reactivated_by_id ?></td>
+<td><?= $record->type ?></td>
+<td><?= $record->deactivated_by_session_id ?></td>
+<td><?= $record->reactivated_by_session_id ?></td>
+<td><?= $record->cm_target ?></td>
+<td><?= $record->is_currently_in_meeting ?></td>
+<td><?= $record->current_meeting_participant_id ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 18 - 18
resources/views/pro/my_clients_SINGLE/SUB_action_items.blade.php

@@ -15,54 +15,54 @@
                 <thead>
                 <tr>
                     <th>Id</th>
-<th>Created At</th>
-<th>Type</th>
-<th>Uid</th>
 <th>Action Item Category</th>
 <th>Content Detail</th>
 <th>Content Text</th>
-<th>Is Signed By Ally</th>
 <th>Is Signed By Prescriber</th>
-<th>Signed By Ally At</th>
 <th>Signed By Prescriber At</th>
 <th>Status Category</th>
 <th>Status Memo</th>
+<th>Client Id</th>
+<th>Prescriber Pro Id</th>
+<th>Signed By Prescriber Session Id</th>
+<th>To Facility Id</th>
+<th>Created At</th>
+<th>Uid</th>
 <th>Created By Session Id</th>
+<th>Type</th>
+<th>Is Signed By Ally</th>
+<th>Signed By Ally At</th>
 <th>Ally Pro Id</th>
-<th>Client Id</th>
 <th>Current Content Update Id</th>
 <th>Current Status Update Id</th>
-<th>Prescriber Pro Id</th>
 <th>Signed By Ally Session Id</th>
-<th>Signed By Prescriber Session Id</th>
-<th>To Facility Id</th>
                 </tr>
                 </thead>
                 <tbody>
                 @foreach($subRecords as $subRecord)
                     <tr>
                         <td><?= $subRecord->id ?></td>
-<td><?= $subRecord->created_at ?></td>
-<td><?= $subRecord->type ?></td>
-<td><a href="/action_items/view/{{ $subRecord->uid }}"><?= $subRecord->uid ?></a></td>
 <td><?= $subRecord->action_item_category ?></td>
 <td><?= $subRecord->content_detail ?></td>
 <td><?= $subRecord->content_text ?></td>
-<td><?= $subRecord->is_signed_by_ally ?></td>
 <td><?= $subRecord->is_signed_by_prescriber ?></td>
-<td><?= $subRecord->signed_by_ally_at ?></td>
 <td><?= $subRecord->signed_by_prescriber_at ?></td>
 <td><?= $subRecord->status_category ?></td>
 <td><?= $subRecord->status_memo ?></td>
+<td><?= $subRecord->client_id ?></td>
+<td><?= $subRecord->prescriber_pro_id ?></td>
+<td><?= $subRecord->signed_by_prescriber_session_id ?></td>
+<td><?= $subRecord->to_facility_id ?></td>
+<td><?= $subRecord->created_at ?></td>
+<td><a href="/action_items/view/{{ $subRecord->uid }}"><?= $subRecord->uid ?></a></td>
 <td><?= $subRecord->created_by_session_id ?></td>
+<td><?= $subRecord->type ?></td>
+<td><?= $subRecord->is_signed_by_ally ?></td>
+<td><?= $subRecord->signed_by_ally_at ?></td>
 <td><?= $subRecord->ally_pro_id ?></td>
-<td><?= $subRecord->client_id ?></td>
 <td><?= $subRecord->current_content_update_id ?></td>
 <td><?= $subRecord->current_status_update_id ?></td>
-<td><?= $subRecord->prescriber_pro_id ?></td>
 <td><?= $subRecord->signed_by_ally_session_id ?></td>
-<td><?= $subRecord->signed_by_prescriber_session_id ?></td>
-<td><?= $subRecord->to_facility_id ?></td>
                     </tr>
                 @endforeach
                 </tbody>

+ 6 - 6
resources/views/pro/my_clients_SINGLE/SUB_ally_updates.blade.php

@@ -15,24 +15,24 @@
                 <thead>
                 <tr>
                     <th>Id</th>
+<th>Client Id</th>
+<th>Pro Id</th>
 <th>Created At</th>
-<th>Type</th>
 <th>Uid</th>
 <th>Created By Session Id</th>
-<th>Client Id</th>
-<th>Pro Id</th>
+<th>Type</th>
                 </tr>
                 </thead>
                 <tbody>
                 @foreach($subRecords as $subRecord)
                     <tr>
                         <td><?= $subRecord->id ?></td>
+<td><?= $subRecord->client_id ?></td>
+<td><?= $subRecord->pro_id ?></td>
 <td><?= $subRecord->created_at ?></td>
-<td><?= $subRecord->type ?></td>
 <td><?= $subRecord->uid ?></td>
 <td><?= $subRecord->created_by_session_id ?></td>
-<td><?= $subRecord->client_id ?></td>
-<td><?= $subRecord->pro_id ?></td>
+<td><?= $subRecord->type ?></td>
                     </tr>
                 @endforeach
                 </tbody>

+ 40 - 32
resources/views/pro/my_clients_SINGLE/SUB_bills.blade.php

@@ -15,13 +15,8 @@
                 <thead>
                 <tr>
                     <th>Id</th>
-<th>Created At</th>
-<th>Type</th>
-<th>Uid</th>
 <th>Ally Expected Payment Amount</th>
 <th>Ally Payment Amount</th>
-<th>Bill Service Type</th>
-<th>Cm Or Rm</th>
 <th>Code</th>
 <th>Collected Amount</th>
 <th>Effective Date</th>
@@ -29,49 +24,53 @@
 <th>Has Hcp Been Paid</th>
 <th>Hcp Expected Payment Amount</th>
 <th>Hcp Payment Amount</th>
-<th>Is Cancelled</th>
-<th>Is Resubmission Required</th>
 <th>Is Signed By Ally</th>
 <th>Is Signed By Hcp</th>
-<th>Is Submitted</th>
-<th>Marked Cancelled At</th>
-<th>Marked Resubmission Required At</th>
-<th>Marked Submitted At</th>
-<th>Modifier</th>
 <th>Number Of Units</th>
 <th>Reason1</th>
 <th>Reason2</th>
 <th>Reason3</th>
 <th>Reason3plus</th>
+<th>Reason Type</th>
 <th>Service Location</th>
 <th>Signed By Ally At</th>
 <th>Signed By Hcp At</th>
-<th>Created By Session Id</th>
+<th>Status Category</th>
+<th>Status Detail</th>
+<th>Status Effective Date</th>
 <th>Ally Payment Pro Transaction Id</th>
 <th>Ally Pro Id</th>
 <th>Care Month Id</th>
 <th>Client Id</th>
 <th>Hcp Payment Pro Transaction Id</th>
 <th>Hcp Pro Id</th>
-<th>Marked Cancelled By Session Id</th>
-<th>Marked Resubmission Required By Session Id</th>
-<th>Marked Submitted By Session Id</th>
 <th>Note Id</th>
 <th>Signed By Ally Session Id</th>
 <th>Signed By Hcp Session Id</th>
+<th>Created At</th>
+<th>Uid</th>
+<th>Created By Session Id</th>
+<th>Type</th>
+<th>Bill Service Type</th>
+<th>Cm Or Rm</th>
+<th>Is Cancelled</th>
+<th>Is Resubmission Required</th>
+<th>Is Submitted</th>
+<th>Marked Cancelled At</th>
+<th>Marked Resubmission Required At</th>
+<th>Marked Submitted At</th>
+<th>Modifier</th>
+<th>Marked Cancelled By Session Id</th>
+<th>Marked Resubmission Required By Session Id</th>
+<th>Marked Submitted By Session Id</th>
                 </tr>
                 </thead>
                 <tbody>
                 @foreach($subRecords as $subRecord)
                     <tr>
                         <td><?= $subRecord->id ?></td>
-<td><?= $subRecord->created_at ?></td>
-<td><?= $subRecord->type ?></td>
-<td><a href="/bills/view/{{ $subRecord->uid }}"><?= $subRecord->uid ?></a></td>
 <td><?= $subRecord->ally_expected_payment_amount ?></td>
 <td><?= $subRecord->ally_payment_amount ?></td>
-<td><?= $subRecord->bill_service_type ?></td>
-<td><?= $subRecord->cm_or_rm ?></td>
 <td><?= $subRecord->code ?></td>
 <td><?= $subRecord->collected_amount ?></td>
 <td><?= $subRecord->effective_date ?></td>
@@ -79,36 +78,45 @@
 <td><?= $subRecord->has_hcp_been_paid ?></td>
 <td><?= $subRecord->hcp_expected_payment_amount ?></td>
 <td><?= $subRecord->hcp_payment_amount ?></td>
-<td><?= $subRecord->is_cancelled ?></td>
-<td><?= $subRecord->is_resubmission_required ?></td>
 <td><?= $subRecord->is_signed_by_ally ?></td>
 <td><?= $subRecord->is_signed_by_hcp ?></td>
-<td><?= $subRecord->is_submitted ?></td>
-<td><?= $subRecord->marked_cancelled_at ?></td>
-<td><?= $subRecord->marked_resubmission_required_at ?></td>
-<td><?= $subRecord->marked_submitted_at ?></td>
-<td><?= $subRecord->modifier ?></td>
 <td><?= $subRecord->number_of_units ?></td>
 <td><?= $subRecord->reason1 ?></td>
 <td><?= $subRecord->reason2 ?></td>
 <td><?= $subRecord->reason3 ?></td>
 <td><?= $subRecord->reason3plus ?></td>
+<td><?= $subRecord->reason_type ?></td>
 <td><?= $subRecord->service_location ?></td>
 <td><?= $subRecord->signed_by_ally_at ?></td>
 <td><?= $subRecord->signed_by_hcp_at ?></td>
-<td><?= $subRecord->created_by_session_id ?></td>
+<td><?= $subRecord->status_category ?></td>
+<td><?= $subRecord->status_detail ?></td>
+<td><?= $subRecord->status_effective_date ?></td>
 <td><?= $subRecord->ally_payment_pro_transaction_id ?></td>
 <td><?= $subRecord->ally_pro_id ?></td>
 <td><?= $subRecord->care_month_id ?></td>
 <td><?= $subRecord->client_id ?></td>
 <td><?= $subRecord->hcp_payment_pro_transaction_id ?></td>
 <td><?= $subRecord->hcp_pro_id ?></td>
-<td><?= $subRecord->marked_cancelled_by_session_id ?></td>
-<td><?= $subRecord->marked_resubmission_required_by_session_id ?></td>
-<td><?= $subRecord->marked_submitted_by_session_id ?></td>
 <td><?= $subRecord->note_id ?></td>
 <td><?= $subRecord->signed_by_ally_session_id ?></td>
 <td><?= $subRecord->signed_by_hcp_session_id ?></td>
+<td><?= $subRecord->created_at ?></td>
+<td><a href="/bills/view/{{ $subRecord->uid }}"><?= $subRecord->uid ?></a></td>
+<td><?= $subRecord->created_by_session_id ?></td>
+<td><?= $subRecord->type ?></td>
+<td><?= $subRecord->bill_service_type ?></td>
+<td><?= $subRecord->cm_or_rm ?></td>
+<td><?= $subRecord->is_cancelled ?></td>
+<td><?= $subRecord->is_resubmission_required ?></td>
+<td><?= $subRecord->is_submitted ?></td>
+<td><?= $subRecord->marked_cancelled_at ?></td>
+<td><?= $subRecord->marked_resubmission_required_at ?></td>
+<td><?= $subRecord->marked_submitted_at ?></td>
+<td><?= $subRecord->modifier ?></td>
+<td><?= $subRecord->marked_cancelled_by_session_id ?></td>
+<td><?= $subRecord->marked_resubmission_required_by_session_id ?></td>
+<td><?= $subRecord->marked_submitted_by_session_id ?></td>
                     </tr>
                 @endforeach
                 </tbody>

+ 18 - 16
resources/views/pro/my_clients_SINGLE/SUB_care_month_entries.blade.php

@@ -15,15 +15,9 @@
                 <thead>
                 <tr>
                     <th>Id</th>
-<th>Created At</th>
-<th>Type</th>
-<th>Uid</th>
 <th>Is Removed</th>
 <th>Removal Memo</th>
 <th>Removed At</th>
-<th>Achieved Ally Time In Seconds</th>
-<th>Achieved Mcp Time In Seconds</th>
-<th>Achieved Total Time In Seconds</th>
 <th>Cm Or Rm</th>
 <th>Content Detail</th>
 <th>Content Text</th>
@@ -32,26 +26,27 @@
 <th>Is Time Specific</th>
 <th>Starting Time</th>
 <th>Time In Seconds</th>
-<th>Created By Session Id</th>
-<th>Removed By Session Id</th>
+<th>Removed By Id</th>
 <th>Care Month Id</th>
 <th>Client Id</th>
 <th>Pro Id</th>
+<th>Created At</th>
+<th>Uid</th>
+<th>Created By Session Id</th>
+<th>Type</th>
+<th>Removed By Session Id</th>
+<th>Achieved Ally Time In Seconds</th>
+<th>Achieved Mcp Time In Seconds</th>
+<th>Achieved Total Time In Seconds</th>
                 </tr>
                 </thead>
                 <tbody>
                 @foreach($subRecords as $subRecord)
                     <tr>
                         <td><?= $subRecord->id ?></td>
-<td><?= $subRecord->created_at ?></td>
-<td><?= $subRecord->type ?></td>
-<td><a href="/care_month_entries/view/{{ $subRecord->uid }}"><?= $subRecord->uid ?></a></td>
 <td><?= $subRecord->is_removed ?></td>
 <td><?= $subRecord->removal_memo ?></td>
 <td><?= $subRecord->removed_at ?></td>
-<td><?= $subRecord->achieved_ally_time_in_seconds ?></td>
-<td><?= $subRecord->achieved_mcp_time_in_seconds ?></td>
-<td><?= $subRecord->achieved_total_time_in_seconds ?></td>
 <td><?= $subRecord->cm_or_rm ?></td>
 <td><?= $subRecord->content_detail ?></td>
 <td><?= $subRecord->content_text ?></td>
@@ -60,11 +55,18 @@
 <td><?= $subRecord->is_time_specific ?></td>
 <td><?= $subRecord->starting_time ?></td>
 <td><?= $subRecord->time_in_seconds ?></td>
-<td><?= $subRecord->created_by_session_id ?></td>
-<td><?= $subRecord->removed_by_session_id ?></td>
+<td><?= $subRecord->removed_by_id ?></td>
 <td><?= $subRecord->care_month_id ?></td>
 <td><?= $subRecord->client_id ?></td>
 <td><?= $subRecord->pro_id ?></td>
+<td><?= $subRecord->created_at ?></td>
+<td><a href="/care_month_entries/view/{{ $subRecord->uid }}"><?= $subRecord->uid ?></a></td>
+<td><?= $subRecord->created_by_session_id ?></td>
+<td><?= $subRecord->type ?></td>
+<td><?= $subRecord->removed_by_session_id ?></td>
+<td><?= $subRecord->achieved_ally_time_in_seconds ?></td>
+<td><?= $subRecord->achieved_mcp_time_in_seconds ?></td>
+<td><?= $subRecord->achieved_total_time_in_seconds ?></td>
                     </tr>
                 @endforeach
                 </tbody>

+ 48 - 32
resources/views/pro/my_clients_SINGLE/SUB_care_months.blade.php

@@ -15,74 +15,90 @@
                 <thead>
                 <tr>
                     <th>Id</th>
-<th>Created At</th>
-<th>Type</th>
-<th>Uid</th>
+<th>Ccm Total Time In Seconds</th>
+<th>Cm Outcome</th>
+<th>Cm Outcome Detail</th>
+<th>Cm Outcome Memo</th>
 <th>Cm Reason1</th>
 <th>Cm Reason2</th>
-<th>Cm Total Time In Seconds</th>
-<th>Cm Total Time In Seconds By Ally</th>
-<th>Cm Total Time In Seconds By Mcp</th>
 <th>Is Client Enrolled In Cm</th>
 <th>Is Client Enrolled In Rm</th>
-<th>Is Cm Canceled This Month</th>
-<th>Is Rm Canceled This Month</th>
-<th>Is Tm This Month</th>
+<th>Rm Outcome</th>
+<th>Rm Outcome Detail</th>
+<th>Rm Outcome Memo</th>
 <th>Rm Reason1</th>
 <th>Rm Reason2</th>
-<th>Rm Total Time In Seconds</th>
-<th>Rm Total Time In Seconds By Ally</th>
-<th>Rm Total Time In Seconds By Mcp</th>
+<th>Rpm Total Time In Seconds</th>
 <th>Start Date</th>
-<th>Why Is Cm Canceled This Month</th>
-<th>Why Is Rm Canceled This Month</th>
 <th>Why Not Enrolled In Cm Category</th>
 <th>Why Not Enrolled In Cm Memo</th>
 <th>Why Not Enrolled In Rm Category</th>
 <th>Why Not Enrolled In Rm Memo</th>
-<th>Created By Session Id</th>
 <th>Ally Pro Id</th>
 <th>Client Id</th>
-<th>Cm Bill Id</th>
 <th>Mcp Pro Id</th>
+<th>Created At</th>
+<th>Uid</th>
+<th>Created By Session Id</th>
+<th>Type</th>
+<th>Cm Total Time In Seconds</th>
+<th>Cm Total Time In Seconds By Mcp</th>
+<th>Is Cm Canceled This Month</th>
+<th>Is Rm Canceled This Month</th>
+<th>Is Tm This Month</th>
+<th>Rm Total Time In Seconds</th>
+<th>Why Is Cm Canceled This Month</th>
+<th>Why Is Rm Canceled This Month</th>
+<th>Cm Bill Id</th>
 <th>Rm Bill Id</th>
+<th>Cm Total Time In Seconds By Ally</th>
+<th>Rm Total Time In Seconds By Ally</th>
+<th>Rm Total Time In Seconds By Mcp</th>
                 </tr>
                 </thead>
                 <tbody>
                 @foreach($subRecords as $subRecord)
                     <tr>
                         <td><?= $subRecord->id ?></td>
-<td><?= $subRecord->created_at ?></td>
-<td><?= $subRecord->type ?></td>
-<td><a href="/care_months/view/{{ $subRecord->uid }}"><?= $subRecord->uid ?></a></td>
+<td><?= $subRecord->ccm_total_time_in_seconds ?></td>
+<td><?= $subRecord->cm_outcome ?></td>
+<td><?= $subRecord->cm_outcome_detail ?></td>
+<td><?= $subRecord->cm_outcome_memo ?></td>
 <td><?= $subRecord->cm_reason1 ?></td>
 <td><?= $subRecord->cm_reason2 ?></td>
-<td><?= $subRecord->cm_total_time_in_seconds ?></td>
-<td><?= $subRecord->cm_total_time_in_seconds_by_ally ?></td>
-<td><?= $subRecord->cm_total_time_in_seconds_by_mcp ?></td>
 <td><?= $subRecord->is_client_enrolled_in_cm ?></td>
 <td><?= $subRecord->is_client_enrolled_in_rm ?></td>
-<td><?= $subRecord->is_cm_canceled_this_month ?></td>
-<td><?= $subRecord->is_rm_canceled_this_month ?></td>
-<td><?= $subRecord->is_tm_this_month ?></td>
+<td><?= $subRecord->rm_outcome ?></td>
+<td><?= $subRecord->rm_outcome_detail ?></td>
+<td><?= $subRecord->rm_outcome_memo ?></td>
 <td><?= $subRecord->rm_reason1 ?></td>
 <td><?= $subRecord->rm_reason2 ?></td>
-<td><?= $subRecord->rm_total_time_in_seconds ?></td>
-<td><?= $subRecord->rm_total_time_in_seconds_by_ally ?></td>
-<td><?= $subRecord->rm_total_time_in_seconds_by_mcp ?></td>
+<td><?= $subRecord->rpm_total_time_in_seconds ?></td>
 <td><?= $subRecord->start_date ?></td>
-<td><?= $subRecord->why_is_cm_canceled_this_month ?></td>
-<td><?= $subRecord->why_is_rm_canceled_this_month ?></td>
 <td><?= $subRecord->why_not_enrolled_in_cm_category ?></td>
 <td><?= $subRecord->why_not_enrolled_in_cm_memo ?></td>
 <td><?= $subRecord->why_not_enrolled_in_rm_category ?></td>
 <td><?= $subRecord->why_not_enrolled_in_rm_memo ?></td>
-<td><?= $subRecord->created_by_session_id ?></td>
 <td><?= $subRecord->ally_pro_id ?></td>
 <td><?= $subRecord->client_id ?></td>
-<td><?= $subRecord->cm_bill_id ?></td>
 <td><?= $subRecord->mcp_pro_id ?></td>
+<td><?= $subRecord->created_at ?></td>
+<td><a href="/care_months/view/{{ $subRecord->uid }}"><?= $subRecord->uid ?></a></td>
+<td><?= $subRecord->created_by_session_id ?></td>
+<td><?= $subRecord->type ?></td>
+<td><?= $subRecord->cm_total_time_in_seconds ?></td>
+<td><?= $subRecord->cm_total_time_in_seconds_by_mcp ?></td>
+<td><?= $subRecord->is_cm_canceled_this_month ?></td>
+<td><?= $subRecord->is_rm_canceled_this_month ?></td>
+<td><?= $subRecord->is_tm_this_month ?></td>
+<td><?= $subRecord->rm_total_time_in_seconds ?></td>
+<td><?= $subRecord->why_is_cm_canceled_this_month ?></td>
+<td><?= $subRecord->why_is_rm_canceled_this_month ?></td>
+<td><?= $subRecord->cm_bill_id ?></td>
 <td><?= $subRecord->rm_bill_id ?></td>
+<td><?= $subRecord->cm_total_time_in_seconds_by_ally ?></td>
+<td><?= $subRecord->rm_total_time_in_seconds_by_ally ?></td>
+<td><?= $subRecord->rm_total_time_in_seconds_by_mcp ?></td>
                     </tr>
                 @endforeach
                 </tbody>

+ 18 - 18
resources/views/pro/my_clients_SINGLE/SUB_erx.blade.php

@@ -15,54 +15,54 @@
                 <thead>
                 <tr>
                     <th>Id</th>
-<th>Created At</th>
-<th>Type</th>
-<th>Uid</th>
 <th>Action Item Category</th>
 <th>Content Detail</th>
 <th>Content Text</th>
-<th>Is Signed By Ally</th>
 <th>Is Signed By Prescriber</th>
-<th>Signed By Ally At</th>
 <th>Signed By Prescriber At</th>
 <th>Status Category</th>
 <th>Status Memo</th>
+<th>Client Id</th>
+<th>Prescriber Pro Id</th>
+<th>Signed By Prescriber Session Id</th>
+<th>To Facility Id</th>
+<th>Created At</th>
+<th>Uid</th>
 <th>Created By Session Id</th>
+<th>Type</th>
+<th>Is Signed By Ally</th>
+<th>Signed By Ally At</th>
 <th>Ally Pro Id</th>
-<th>Client Id</th>
 <th>Current Content Update Id</th>
 <th>Current Status Update Id</th>
-<th>Prescriber Pro Id</th>
 <th>Signed By Ally Session Id</th>
-<th>Signed By Prescriber Session Id</th>
-<th>To Facility Id</th>
                 </tr>
                 </thead>
                 <tbody>
                 @foreach($subRecords as $subRecord)
                     <tr>
                         <td><?= $subRecord->id ?></td>
-<td><?= $subRecord->created_at ?></td>
-<td><?= $subRecord->type ?></td>
-<td><a href="/action_items/view/{{ $subRecord->uid }}"><?= $subRecord->uid ?></a></td>
 <td><?= $subRecord->action_item_category ?></td>
 <td><?= $subRecord->content_detail ?></td>
 <td><?= $subRecord->content_text ?></td>
-<td><?= $subRecord->is_signed_by_ally ?></td>
 <td><?= $subRecord->is_signed_by_prescriber ?></td>
-<td><?= $subRecord->signed_by_ally_at ?></td>
 <td><?= $subRecord->signed_by_prescriber_at ?></td>
 <td><?= $subRecord->status_category ?></td>
 <td><?= $subRecord->status_memo ?></td>
+<td><?= $subRecord->client_id ?></td>
+<td><?= $subRecord->prescriber_pro_id ?></td>
+<td><?= $subRecord->signed_by_prescriber_session_id ?></td>
+<td><?= $subRecord->to_facility_id ?></td>
+<td><?= $subRecord->created_at ?></td>
+<td><a href="/action_items/view/{{ $subRecord->uid }}"><?= $subRecord->uid ?></a></td>
 <td><?= $subRecord->created_by_session_id ?></td>
+<td><?= $subRecord->type ?></td>
+<td><?= $subRecord->is_signed_by_ally ?></td>
+<td><?= $subRecord->signed_by_ally_at ?></td>
 <td><?= $subRecord->ally_pro_id ?></td>
-<td><?= $subRecord->client_id ?></td>
 <td><?= $subRecord->current_content_update_id ?></td>
 <td><?= $subRecord->current_status_update_id ?></td>
-<td><?= $subRecord->prescriber_pro_id ?></td>
 <td><?= $subRecord->signed_by_ally_session_id ?></td>
-<td><?= $subRecord->signed_by_prescriber_session_id ?></td>
-<td><?= $subRecord->to_facility_id ?></td>
                     </tr>
                 @endforeach
                 </tbody>

+ 6 - 6
resources/views/pro/my_clients_SINGLE/SUB_mcp_updates.blade.php

@@ -15,24 +15,24 @@
                 <thead>
                 <tr>
                     <th>Id</th>
+<th>Client Id</th>
+<th>Pro Id</th>
 <th>Created At</th>
-<th>Type</th>
 <th>Uid</th>
 <th>Created By Session Id</th>
-<th>Client Id</th>
-<th>Pro Id</th>
+<th>Type</th>
                 </tr>
                 </thead>
                 <tbody>
                 @foreach($subRecords as $subRecord)
                     <tr>
                         <td><?= $subRecord->id ?></td>
+<td><?= $subRecord->client_id ?></td>
+<td><?= $subRecord->pro_id ?></td>
 <td><?= $subRecord->created_at ?></td>
-<td><?= $subRecord->type ?></td>
 <td><?= $subRecord->uid ?></td>
 <td><?= $subRecord->created_by_session_id ?></td>
-<td><?= $subRecord->client_id ?></td>
-<td><?= $subRecord->pro_id ?></td>
+<td><?= $subRecord->type ?></td>
                     </tr>
                 @endforeach
                 </tbody>

+ 34 - 28
resources/views/pro/my_clients_SINGLE/SUB_notes.blade.php

@@ -15,34 +15,37 @@
                 <thead>
                 <tr>
                     <th>Id</th>
-<th>Created At</th>
-<th>Type</th>
-<th>Uid</th>
-<th>Deactivated At</th>
-<th>Deactivation Memo</th>
-<th>Is Active</th>
-<th>Reactivated At</th>
-<th>Reactivation Memo</th>
 <th>Category</th>
 <th>Content Detail</th>
 <th>Content Text</th>
 <th>Effective Dateest</th>
 <th>Effective Time</th>
-<th>Is Signed By Ally</th>
-<th>Is Signed By Hcp</th>
+<th>Is Locked Due To Active Bill</th>
 <th>Reason1</th>
 <th>Reason2</th>
 <th>Reason3</th>
 <th>Reason3plus</th>
 <th>Service Location</th>
+<th>Ally Pro Id</th>
+<th>Client Id</th>
+<th>Hcp Pro Id</th>
+<th>Created At</th>
+<th>Uid</th>
+<th>Created By Session Id</th>
+<th>Deactivated At</th>
+<th>Deactivation Memo</th>
+<th>Is Active</th>
+<th>Reactivated At</th>
+<th>Reactivation Memo</th>
+<th>Deactivated By Id</th>
+<th>Reactivated By Id</th>
+<th>Type</th>
+<th>Is Signed By Ally</th>
+<th>Is Signed By Hcp</th>
 <th>Signed By Ally At</th>
 <th>Signed By Hcp At</th>
-<th>Created By Session Id</th>
 <th>Deactivated By Session Id</th>
 <th>Reactivated By Session Id</th>
-<th>Ally Pro Id</th>
-<th>Client Id</th>
-<th>Hcp Pro Id</th>
 <th>Signed By Ally Session Id</th>
 <th>Signed By Hcp Session Id</th>
                 </tr>
@@ -51,34 +54,37 @@
                 @foreach($subRecords as $subRecord)
                     <tr>
                         <td><?= $subRecord->id ?></td>
-<td><?= $subRecord->created_at ?></td>
-<td><?= $subRecord->type ?></td>
-<td><a href="/notes/view/{{ $subRecord->uid }}"><?= $subRecord->uid ?></a></td>
-<td><?= $subRecord->deactivated_at ?></td>
-<td><?= $subRecord->deactivation_memo ?></td>
-<td><?= $subRecord->is_active ?></td>
-<td><?= $subRecord->reactivated_at ?></td>
-<td><?= $subRecord->reactivation_memo ?></td>
 <td><?= $subRecord->category ?></td>
 <td><?= $subRecord->content_detail ?></td>
 <td><?= $subRecord->content_text ?></td>
 <td><?= $subRecord->effective_dateest ?></td>
 <td><?= $subRecord->effective_time ?></td>
-<td><?= $subRecord->is_signed_by_ally ?></td>
-<td><?= $subRecord->is_signed_by_hcp ?></td>
+<td><?= $subRecord->is_locked_due_to_active_bill ?></td>
 <td><?= $subRecord->reason1 ?></td>
 <td><?= $subRecord->reason2 ?></td>
 <td><?= $subRecord->reason3 ?></td>
 <td><?= $subRecord->reason3plus ?></td>
 <td><?= $subRecord->service_location ?></td>
+<td><?= $subRecord->ally_pro_id ?></td>
+<td><?= $subRecord->client_id ?></td>
+<td><?= $subRecord->hcp_pro_id ?></td>
+<td><?= $subRecord->created_at ?></td>
+<td><a href="/notes/view/{{ $subRecord->uid }}"><?= $subRecord->uid ?></a></td>
+<td><?= $subRecord->created_by_session_id ?></td>
+<td><?= $subRecord->deactivated_at ?></td>
+<td><?= $subRecord->deactivation_memo ?></td>
+<td><?= $subRecord->is_active ?></td>
+<td><?= $subRecord->reactivated_at ?></td>
+<td><?= $subRecord->reactivation_memo ?></td>
+<td><?= $subRecord->deactivated_by_id ?></td>
+<td><?= $subRecord->reactivated_by_id ?></td>
+<td><?= $subRecord->type ?></td>
+<td><?= $subRecord->is_signed_by_ally ?></td>
+<td><?= $subRecord->is_signed_by_hcp ?></td>
 <td><?= $subRecord->signed_by_ally_at ?></td>
 <td><?= $subRecord->signed_by_hcp_at ?></td>
-<td><?= $subRecord->created_by_session_id ?></td>
 <td><?= $subRecord->deactivated_by_session_id ?></td>
 <td><?= $subRecord->reactivated_by_session_id ?></td>
-<td><?= $subRecord->ally_pro_id ?></td>
-<td><?= $subRecord->client_id ?></td>
-<td><?= $subRecord->hcp_pro_id ?></td>
 <td><?= $subRecord->signed_by_ally_session_id ?></td>
 <td><?= $subRecord->signed_by_hcp_session_id ?></td>
                     </tr>

+ 16 - 12
resources/views/pro/my_clients_SINGLE/SUB_pro_access.blade.php

@@ -15,42 +15,46 @@
                 <thead>
                 <tr>
                     <th>Id</th>
+<th>Reason Category</th>
+<th>Reason Memo</th>
+<th>Client Id</th>
+<th>Pro Id</th>
 <th>Created At</th>
-<th>Type</th>
 <th>Uid</th>
+<th>Created By Session Id</th>
 <th>Deactivated At</th>
 <th>Deactivation Memo</th>
 <th>Is Active</th>
 <th>Reactivated At</th>
 <th>Reactivation Memo</th>
-<th>Reason Category</th>
-<th>Reason Memo</th>
-<th>Created By Session Id</th>
+<th>Deactivated By Id</th>
+<th>Reactivated By Id</th>
+<th>Type</th>
 <th>Deactivated By Session Id</th>
 <th>Reactivated By Session Id</th>
-<th>Client Id</th>
-<th>Pro Id</th>
                 </tr>
                 </thead>
                 <tbody>
                 @foreach($subRecords as $subRecord)
                     <tr>
                         <td><?= $subRecord->id ?></td>
+<td><?= $subRecord->reason_category ?></td>
+<td><?= $subRecord->reason_memo ?></td>
+<td><?= $subRecord->client_id ?></td>
+<td><?= $subRecord->pro_id ?></td>
 <td><?= $subRecord->created_at ?></td>
-<td><?= $subRecord->type ?></td>
 <td><a href="/pro_access/view/{{ $subRecord->uid }}"><?= $subRecord->uid ?></a></td>
+<td><?= $subRecord->created_by_session_id ?></td>
 <td><?= $subRecord->deactivated_at ?></td>
 <td><?= $subRecord->deactivation_memo ?></td>
 <td><?= $subRecord->is_active ?></td>
 <td><?= $subRecord->reactivated_at ?></td>
 <td><?= $subRecord->reactivation_memo ?></td>
-<td><?= $subRecord->reason_category ?></td>
-<td><?= $subRecord->reason_memo ?></td>
-<td><?= $subRecord->created_by_session_id ?></td>
+<td><?= $subRecord->deactivated_by_id ?></td>
+<td><?= $subRecord->reactivated_by_id ?></td>
+<td><?= $subRecord->type ?></td>
 <td><?= $subRecord->deactivated_by_session_id ?></td>
 <td><?= $subRecord->reactivated_by_session_id ?></td>
-<td><?= $subRecord->client_id ?></td>
-<td><?= $subRecord->pro_id ?></td>
                     </tr>
                 @endforeach
                 </tbody>

+ 8 - 8
resources/views/pro/my_clients_SINGLE/SUB_related_transactions.blade.php

@@ -15,38 +15,38 @@
                 <thead>
                 <tr>
                     <th>Id</th>
-<th>Created At</th>
-<th>Type</th>
-<th>Uid</th>
 <th>Amount</th>
 <th>Custom Memo</th>
 <th>Plus Or Minus</th>
 <th>Reason Type</th>
 <th>Resulting Balance</th>
 <th>System Memo</th>
-<th>Created By Session Id</th>
 <th>Bill Id</th>
 <th>Client Id</th>
 <th>Pro Id</th>
+<th>Created At</th>
+<th>Uid</th>
+<th>Created By Session Id</th>
+<th>Type</th>
                 </tr>
                 </thead>
                 <tbody>
                 @foreach($subRecords as $subRecord)
                     <tr>
                         <td><?= $subRecord->id ?></td>
-<td><?= $subRecord->created_at ?></td>
-<td><?= $subRecord->type ?></td>
-<td><a href="/transactions/view/{{ $subRecord->uid }}"><?= $subRecord->uid ?></a></td>
 <td><?= $subRecord->amount ?></td>
 <td><?= $subRecord->custom_memo ?></td>
 <td><?= $subRecord->plus_or_minus ?></td>
 <td><?= $subRecord->reason_type ?></td>
 <td><?= $subRecord->resulting_balance ?></td>
 <td><?= $subRecord->system_memo ?></td>
-<td><?= $subRecord->created_by_session_id ?></td>
 <td><?= $subRecord->bill_id ?></td>
 <td><?= $subRecord->client_id ?></td>
 <td><?= $subRecord->pro_id ?></td>
+<td><?= $subRecord->created_at ?></td>
+<td><a href="/transactions/view/{{ $subRecord->uid }}"><?= $subRecord->uid ?></a></td>
+<td><?= $subRecord->created_by_session_id ?></td>
+<td><?= $subRecord->type ?></td>
                     </tr>
                 @endforeach
                 </tbody>

+ 16 - 12
resources/views/pro/my_payment_schedule/index.blade.php

@@ -13,42 +13,46 @@
             <thead>
             <tr>
 <th>Id</th>
+<th>Amount</th>
+<th>As Hcp Or Ally</th>
+<th>Code</th>
+<th>Pro Id</th>
 <th>Created At</th>
-<th>Type</th>
 <th>Uid</th>
+<th>Created By Session Id</th>
 <th>Deactivated At</th>
 <th>Deactivation Memo</th>
 <th>Is Active</th>
 <th>Reactivated At</th>
 <th>Reactivation Memo</th>
-<th>Amount</th>
-<th>As Hcp Or Ally</th>
-<th>Code</th>
-<th>Created By Session Id</th>
+<th>Deactivated By Id</th>
+<th>Reactivated By Id</th>
+<th>Type</th>
 <th>Deactivated By Session Id</th>
 <th>Reactivated By Session Id</th>
-<th>Pro Id</th>
             </tr>
             </thead>
             <tbody>
             @foreach($records as $record)
                 <tr>
 <td><?= $record->id ?></td>
+<td><?= $record->amount ?></td>
+<td><?= $record->as_hcp_or_ally ?></td>
+<td><?= $record->code ?></td>
+<td><?= $record->pro_id ?></td>
 <td><?= $record->created_at ?></td>
-<td><?= $record->type ?></td>
 <td><?= $record->uid ?></td>
+<td><?= $record->created_by_session_id ?></td>
 <td><?= $record->deactivated_at ?></td>
 <td><?= $record->deactivation_memo ?></td>
 <td><?= $record->is_active ?></td>
 <td><?= $record->reactivated_at ?></td>
 <td><?= $record->reactivation_memo ?></td>
-<td><?= $record->amount ?></td>
-<td><?= $record->as_hcp_or_ally ?></td>
-<td><?= $record->code ?></td>
-<td><?= $record->created_by_session_id ?></td>
+<td><?= $record->deactivated_by_id ?></td>
+<td><?= $record->reactivated_by_id ?></td>
+<td><?= $record->type ?></td>
 <td><?= $record->deactivated_by_session_id ?></td>
 <td><?= $record->reactivated_by_session_id ?></td>
-<td><?= $record->pro_id ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 18 - 14
resources/views/pro/my_teams/index.blade.php

@@ -13,44 +13,48 @@
             <thead>
             <tr>
 <th>Id</th>
+<th>Client Count</th>
+<th>Client Count Refreshed At</th>
+<th>Team Number</th>
+<th>Ally Pro Id</th>
+<th>Hcp Pro Id</th>
 <th>Created At</th>
-<th>Type</th>
 <th>Uid</th>
+<th>Created By Session Id</th>
 <th>Deactivated At</th>
 <th>Deactivation Memo</th>
 <th>Is Active</th>
 <th>Reactivated At</th>
 <th>Reactivation Memo</th>
-<th>Client Count</th>
-<th>Client Count Refreshed At</th>
-<th>Team Number</th>
-<th>Created By Session Id</th>
+<th>Deactivated By Id</th>
+<th>Reactivated By Id</th>
+<th>Type</th>
 <th>Deactivated By Session Id</th>
 <th>Reactivated By Session Id</th>
-<th>Ally Pro Id</th>
-<th>Hcp Pro Id</th>
             </tr>
             </thead>
             <tbody>
             @foreach($records as $record)
                 <tr>
 <td><?= $record->id ?></td>
+<td><?= $record->client_count ?></td>
+<td><?= $record->client_count_refreshed_at ?></td>
+<td><?= $record->team_number ?></td>
+<td><?= $record->ally_pro_id ?></td>
+<td><?= $record->hcp_pro_id ?></td>
 <td><?= $record->created_at ?></td>
-<td><?= $record->type ?></td>
 <td><a href="/my_teams/view/<?= $record->uid ?>"><?= $record->uid ?></a></td>
+<td><?= $record->created_by_session_id ?></td>
 <td><?= $record->deactivated_at ?></td>
 <td><?= $record->deactivation_memo ?></td>
 <td><?= $record->is_active ?></td>
 <td><?= $record->reactivated_at ?></td>
 <td><?= $record->reactivation_memo ?></td>
-<td><?= $record->client_count ?></td>
-<td><?= $record->client_count_refreshed_at ?></td>
-<td><?= $record->team_number ?></td>
-<td><?= $record->created_by_session_id ?></td>
+<td><?= $record->deactivated_by_id ?></td>
+<td><?= $record->reactivated_by_id ?></td>
+<td><?= $record->type ?></td>
 <td><?= $record->deactivated_by_session_id ?></td>
 <td><?= $record->reactivated_by_session_id ?></td>
-<td><?= $record->ally_pro_id ?></td>
-<td><?= $record->hcp_pro_id ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 32 - 24
resources/views/pro/my_teams_SINGLE/SUB_clients.blade.php

@@ -15,20 +15,11 @@
                 <thead>
                 <tr>
                     <th>Id</th>
-<th>Created At</th>
-<th>Type</th>
-<th>Uid</th>
-<th>Deactivated At</th>
-<th>Deactivation Memo</th>
-<th>Is Active</th>
-<th>Reactivated At</th>
-<th>Reactivation Memo</th>
 <th>Cell Number</th>
 <th>Cell Number Confirmation Token</th>
 <th>Cell Number Confirmed At</th>
 <th>Cm Reason1</th>
 <th>Cm Reason2</th>
-<th>Cm Target</th>
 <th>Date Of Birth</th>
 <th>Email Address</th>
 <th>Email Address Confirmation Token</th>
@@ -87,33 +78,37 @@
 <th>Why Not Enrolled In Rm Category</th>
 <th>Why Not Enrolled In Rm Memo</th>
 <th>Work Phone Number</th>
-<th>Created By Session Id</th>
-<th>Deactivated By Session Id</th>
-<th>Reactivated By Session Id</th>
 <th>Ally Pro Id</th>
 <th>Mcp Em Visit Note Id</th>
 <th>Mcp Pro Id</th>
 <th>Team Id</th>
+<th>Created At</th>
+<th>Uid</th>
+<th>Created By Session Id</th>
+<th>Deactivated At</th>
+<th>Deactivation Memo</th>
+<th>Is Active</th>
+<th>Reactivated At</th>
+<th>Reactivation Memo</th>
+<th>Deactivated By Id</th>
+<th>Reactivated By Id</th>
+<th>Type</th>
+<th>Deactivated By Session Id</th>
+<th>Reactivated By Session Id</th>
+<th>Cm Target</th>
+<th>Is Currently In Meeting</th>
+<th>Current Meeting Participant Id</th>
                 </tr>
                 </thead>
                 <tbody>
                 @foreach($subRecords as $subRecord)
                     <tr>
                         <td><?= $subRecord->id ?></td>
-<td><?= $subRecord->created_at ?></td>
-<td><?= $subRecord->type ?></td>
-<td><a href="/my_clients/view/{{ $subRecord->uid }}"><?= $subRecord->uid ?></a></td>
-<td><?= $subRecord->deactivated_at ?></td>
-<td><?= $subRecord->deactivation_memo ?></td>
-<td><?= $subRecord->is_active ?></td>
-<td><?= $subRecord->reactivated_at ?></td>
-<td><?= $subRecord->reactivation_memo ?></td>
 <td><?= $subRecord->cell_number ?></td>
 <td><?= $subRecord->cell_number_confirmation_token ?></td>
 <td><?= $subRecord->cell_number_confirmed_at ?></td>
 <td><?= $subRecord->cm_reason1 ?></td>
 <td><?= $subRecord->cm_reason2 ?></td>
-<td><?= $subRecord->cm_target ?></td>
 <td><?= $subRecord->date_of_birth ?></td>
 <td><?= $subRecord->email_address ?></td>
 <td><?= $subRecord->email_address_confirmation_token ?></td>
@@ -172,13 +167,26 @@
 <td><?= $subRecord->why_not_enrolled_in_rm_category ?></td>
 <td><?= $subRecord->why_not_enrolled_in_rm_memo ?></td>
 <td><?= $subRecord->work_phone_number ?></td>
-<td><?= $subRecord->created_by_session_id ?></td>
-<td><?= $subRecord->deactivated_by_session_id ?></td>
-<td><?= $subRecord->reactivated_by_session_id ?></td>
 <td><?= $subRecord->ally_pro_id ?></td>
 <td><?= $subRecord->mcp_em_visit_note_id ?></td>
 <td><?= $subRecord->mcp_pro_id ?></td>
 <td><?= $subRecord->team_id ?></td>
+<td><?= $subRecord->created_at ?></td>
+<td><a href="/my_clients/view/{{ $subRecord->uid }}"><?= $subRecord->uid ?></a></td>
+<td><?= $subRecord->created_by_session_id ?></td>
+<td><?= $subRecord->deactivated_at ?></td>
+<td><?= $subRecord->deactivation_memo ?></td>
+<td><?= $subRecord->is_active ?></td>
+<td><?= $subRecord->reactivated_at ?></td>
+<td><?= $subRecord->reactivation_memo ?></td>
+<td><?= $subRecord->deactivated_by_id ?></td>
+<td><?= $subRecord->reactivated_by_id ?></td>
+<td><?= $subRecord->type ?></td>
+<td><?= $subRecord->deactivated_by_session_id ?></td>
+<td><?= $subRecord->reactivated_by_session_id ?></td>
+<td><?= $subRecord->cm_target ?></td>
+<td><?= $subRecord->is_currently_in_meeting ?></td>
+<td><?= $subRecord->current_meeting_participant_id ?></td>
                     </tr>
                 @endforeach
                 </tbody>

+ 34 - 28
resources/views/pro/notes/index.blade.php

@@ -13,34 +13,37 @@
             <thead>
             <tr>
 <th>Id</th>
-<th>Created At</th>
-<th>Type</th>
-<th>Uid</th>
-<th>Deactivated At</th>
-<th>Deactivation Memo</th>
-<th>Is Active</th>
-<th>Reactivated At</th>
-<th>Reactivation Memo</th>
 <th>Category</th>
 <th>Content Detail</th>
 <th>Content Text</th>
 <th>Effective Dateest</th>
 <th>Effective Time</th>
-<th>Is Signed By Ally</th>
-<th>Is Signed By Hcp</th>
+<th>Is Locked Due To Active Bill</th>
 <th>Reason1</th>
 <th>Reason2</th>
 <th>Reason3</th>
 <th>Reason3plus</th>
 <th>Service Location</th>
+<th>Ally Pro Id</th>
+<th>Client Id</th>
+<th>Hcp Pro Id</th>
+<th>Created At</th>
+<th>Uid</th>
+<th>Created By Session Id</th>
+<th>Deactivated At</th>
+<th>Deactivation Memo</th>
+<th>Is Active</th>
+<th>Reactivated At</th>
+<th>Reactivation Memo</th>
+<th>Deactivated By Id</th>
+<th>Reactivated By Id</th>
+<th>Type</th>
+<th>Is Signed By Ally</th>
+<th>Is Signed By Hcp</th>
 <th>Signed By Ally At</th>
 <th>Signed By Hcp At</th>
-<th>Created By Session Id</th>
 <th>Deactivated By Session Id</th>
 <th>Reactivated By Session Id</th>
-<th>Ally Pro Id</th>
-<th>Client Id</th>
-<th>Hcp Pro Id</th>
 <th>Signed By Ally Session Id</th>
 <th>Signed By Hcp Session Id</th>
             </tr>
@@ -49,34 +52,37 @@
             @foreach($records as $record)
                 <tr>
 <td><?= $record->id ?></td>
-<td><?= $record->created_at ?></td>
-<td><?= $record->type ?></td>
-<td><a href="/notes/view/<?= $record->uid ?>"><?= $record->uid ?></a></td>
-<td><?= $record->deactivated_at ?></td>
-<td><?= $record->deactivation_memo ?></td>
-<td><?= $record->is_active ?></td>
-<td><?= $record->reactivated_at ?></td>
-<td><?= $record->reactivation_memo ?></td>
 <td><?= $record->category ?></td>
 <td><?= $record->content_detail ?></td>
 <td><?= $record->content_text ?></td>
 <td><?= $record->effective_dateest ?></td>
 <td><?= $record->effective_time ?></td>
-<td><?= $record->is_signed_by_ally ?></td>
-<td><?= $record->is_signed_by_hcp ?></td>
+<td><?= $record->is_locked_due_to_active_bill ?></td>
 <td><?= $record->reason1 ?></td>
 <td><?= $record->reason2 ?></td>
 <td><?= $record->reason3 ?></td>
 <td><?= $record->reason3plus ?></td>
 <td><?= $record->service_location ?></td>
+<td><?= $record->ally_pro_id ?></td>
+<td><?= $record->client_id ?></td>
+<td><?= $record->hcp_pro_id ?></td>
+<td><?= $record->created_at ?></td>
+<td><a href="/notes/view/<?= $record->uid ?>"><?= $record->uid ?></a></td>
+<td><?= $record->created_by_session_id ?></td>
+<td><?= $record->deactivated_at ?></td>
+<td><?= $record->deactivation_memo ?></td>
+<td><?= $record->is_active ?></td>
+<td><?= $record->reactivated_at ?></td>
+<td><?= $record->reactivation_memo ?></td>
+<td><?= $record->deactivated_by_id ?></td>
+<td><?= $record->reactivated_by_id ?></td>
+<td><?= $record->type ?></td>
+<td><?= $record->is_signed_by_ally ?></td>
+<td><?= $record->is_signed_by_hcp ?></td>
 <td><?= $record->signed_by_ally_at ?></td>
 <td><?= $record->signed_by_hcp_at ?></td>
-<td><?= $record->created_by_session_id ?></td>
 <td><?= $record->deactivated_by_session_id ?></td>
 <td><?= $record->reactivated_by_session_id ?></td>
-<td><?= $record->ally_pro_id ?></td>
-<td><?= $record->client_id ?></td>
-<td><?= $record->hcp_pro_id ?></td>
 <td><?= $record->signed_by_ally_session_id ?></td>
 <td><?= $record->signed_by_hcp_session_id ?></td>
                 </tr>

+ 40 - 32
resources/views/pro/notes_SINGLE/SUB_bills.blade.php

@@ -15,13 +15,8 @@
                 <thead>
                 <tr>
                     <th>Id</th>
-<th>Created At</th>
-<th>Type</th>
-<th>Uid</th>
 <th>Ally Expected Payment Amount</th>
 <th>Ally Payment Amount</th>
-<th>Bill Service Type</th>
-<th>Cm Or Rm</th>
 <th>Code</th>
 <th>Collected Amount</th>
 <th>Effective Date</th>
@@ -29,49 +24,53 @@
 <th>Has Hcp Been Paid</th>
 <th>Hcp Expected Payment Amount</th>
 <th>Hcp Payment Amount</th>
-<th>Is Cancelled</th>
-<th>Is Resubmission Required</th>
 <th>Is Signed By Ally</th>
 <th>Is Signed By Hcp</th>
-<th>Is Submitted</th>
-<th>Marked Cancelled At</th>
-<th>Marked Resubmission Required At</th>
-<th>Marked Submitted At</th>
-<th>Modifier</th>
 <th>Number Of Units</th>
 <th>Reason1</th>
 <th>Reason2</th>
 <th>Reason3</th>
 <th>Reason3plus</th>
+<th>Reason Type</th>
 <th>Service Location</th>
 <th>Signed By Ally At</th>
 <th>Signed By Hcp At</th>
-<th>Created By Session Id</th>
+<th>Status Category</th>
+<th>Status Detail</th>
+<th>Status Effective Date</th>
 <th>Ally Payment Pro Transaction Id</th>
 <th>Ally Pro Id</th>
 <th>Care Month Id</th>
 <th>Client Id</th>
 <th>Hcp Payment Pro Transaction Id</th>
 <th>Hcp Pro Id</th>
-<th>Marked Cancelled By Session Id</th>
-<th>Marked Resubmission Required By Session Id</th>
-<th>Marked Submitted By Session Id</th>
 <th>Note Id</th>
 <th>Signed By Ally Session Id</th>
 <th>Signed By Hcp Session Id</th>
+<th>Created At</th>
+<th>Uid</th>
+<th>Created By Session Id</th>
+<th>Type</th>
+<th>Bill Service Type</th>
+<th>Cm Or Rm</th>
+<th>Is Cancelled</th>
+<th>Is Resubmission Required</th>
+<th>Is Submitted</th>
+<th>Marked Cancelled At</th>
+<th>Marked Resubmission Required At</th>
+<th>Marked Submitted At</th>
+<th>Modifier</th>
+<th>Marked Cancelled By Session Id</th>
+<th>Marked Resubmission Required By Session Id</th>
+<th>Marked Submitted By Session Id</th>
                 </tr>
                 </thead>
                 <tbody>
                 @foreach($subRecords as $subRecord)
                     <tr>
                         <td><?= $subRecord->id ?></td>
-<td><?= $subRecord->created_at ?></td>
-<td><?= $subRecord->type ?></td>
-<td><a href="/bills/view/{{ $subRecord->uid }}"><?= $subRecord->uid ?></a></td>
 <td><?= $subRecord->ally_expected_payment_amount ?></td>
 <td><?= $subRecord->ally_payment_amount ?></td>
-<td><?= $subRecord->bill_service_type ?></td>
-<td><?= $subRecord->cm_or_rm ?></td>
 <td><?= $subRecord->code ?></td>
 <td><?= $subRecord->collected_amount ?></td>
 <td><?= $subRecord->effective_date ?></td>
@@ -79,36 +78,45 @@
 <td><?= $subRecord->has_hcp_been_paid ?></td>
 <td><?= $subRecord->hcp_expected_payment_amount ?></td>
 <td><?= $subRecord->hcp_payment_amount ?></td>
-<td><?= $subRecord->is_cancelled ?></td>
-<td><?= $subRecord->is_resubmission_required ?></td>
 <td><?= $subRecord->is_signed_by_ally ?></td>
 <td><?= $subRecord->is_signed_by_hcp ?></td>
-<td><?= $subRecord->is_submitted ?></td>
-<td><?= $subRecord->marked_cancelled_at ?></td>
-<td><?= $subRecord->marked_resubmission_required_at ?></td>
-<td><?= $subRecord->marked_submitted_at ?></td>
-<td><?= $subRecord->modifier ?></td>
 <td><?= $subRecord->number_of_units ?></td>
 <td><?= $subRecord->reason1 ?></td>
 <td><?= $subRecord->reason2 ?></td>
 <td><?= $subRecord->reason3 ?></td>
 <td><?= $subRecord->reason3plus ?></td>
+<td><?= $subRecord->reason_type ?></td>
 <td><?= $subRecord->service_location ?></td>
 <td><?= $subRecord->signed_by_ally_at ?></td>
 <td><?= $subRecord->signed_by_hcp_at ?></td>
-<td><?= $subRecord->created_by_session_id ?></td>
+<td><?= $subRecord->status_category ?></td>
+<td><?= $subRecord->status_detail ?></td>
+<td><?= $subRecord->status_effective_date ?></td>
 <td><?= $subRecord->ally_payment_pro_transaction_id ?></td>
 <td><?= $subRecord->ally_pro_id ?></td>
 <td><?= $subRecord->care_month_id ?></td>
 <td><?= $subRecord->client_id ?></td>
 <td><?= $subRecord->hcp_payment_pro_transaction_id ?></td>
 <td><?= $subRecord->hcp_pro_id ?></td>
-<td><?= $subRecord->marked_cancelled_by_session_id ?></td>
-<td><?= $subRecord->marked_resubmission_required_by_session_id ?></td>
-<td><?= $subRecord->marked_submitted_by_session_id ?></td>
 <td><?= $subRecord->note_id ?></td>
 <td><?= $subRecord->signed_by_ally_session_id ?></td>
 <td><?= $subRecord->signed_by_hcp_session_id ?></td>
+<td><?= $subRecord->created_at ?></td>
+<td><a href="/bills/view/{{ $subRecord->uid }}"><?= $subRecord->uid ?></a></td>
+<td><?= $subRecord->created_by_session_id ?></td>
+<td><?= $subRecord->type ?></td>
+<td><?= $subRecord->bill_service_type ?></td>
+<td><?= $subRecord->cm_or_rm ?></td>
+<td><?= $subRecord->is_cancelled ?></td>
+<td><?= $subRecord->is_resubmission_required ?></td>
+<td><?= $subRecord->is_submitted ?></td>
+<td><?= $subRecord->marked_cancelled_at ?></td>
+<td><?= $subRecord->marked_resubmission_required_at ?></td>
+<td><?= $subRecord->marked_submitted_at ?></td>
+<td><?= $subRecord->modifier ?></td>
+<td><?= $subRecord->marked_cancelled_by_session_id ?></td>
+<td><?= $subRecord->marked_resubmission_required_by_session_id ?></td>
+<td><?= $subRecord->marked_submitted_by_session_id ?></td>
                     </tr>
                 @endforeach
                 </tbody>

+ 16 - 12
resources/views/pro/pro_access/index.blade.php

@@ -13,42 +13,46 @@
             <thead>
             <tr>
 <th>Id</th>
+<th>Reason Category</th>
+<th>Reason Memo</th>
+<th>Client Id</th>
+<th>Pro Id</th>
 <th>Created At</th>
-<th>Type</th>
 <th>Uid</th>
+<th>Created By Session Id</th>
 <th>Deactivated At</th>
 <th>Deactivation Memo</th>
 <th>Is Active</th>
 <th>Reactivated At</th>
 <th>Reactivation Memo</th>
-<th>Reason Category</th>
-<th>Reason Memo</th>
-<th>Created By Session Id</th>
+<th>Deactivated By Id</th>
+<th>Reactivated By Id</th>
+<th>Type</th>
 <th>Deactivated By Session Id</th>
 <th>Reactivated By Session Id</th>
-<th>Client Id</th>
-<th>Pro Id</th>
             </tr>
             </thead>
             <tbody>
             @foreach($records as $record)
                 <tr>
 <td><?= $record->id ?></td>
+<td><?= $record->reason_category ?></td>
+<td><?= $record->reason_memo ?></td>
+<td><?= $record->client_id ?></td>
+<td><?= $record->pro_id ?></td>
 <td><?= $record->created_at ?></td>
-<td><?= $record->type ?></td>
 <td><a href="/pro_access/view/<?= $record->uid ?>"><?= $record->uid ?></a></td>
+<td><?= $record->created_by_session_id ?></td>
 <td><?= $record->deactivated_at ?></td>
 <td><?= $record->deactivation_memo ?></td>
 <td><?= $record->is_active ?></td>
 <td><?= $record->reactivated_at ?></td>
 <td><?= $record->reactivation_memo ?></td>
-<td><?= $record->reason_category ?></td>
-<td><?= $record->reason_memo ?></td>
-<td><?= $record->created_by_session_id ?></td>
+<td><?= $record->deactivated_by_id ?></td>
+<td><?= $record->reactivated_by_id ?></td>
+<td><?= $record->type ?></td>
 <td><?= $record->deactivated_by_session_id ?></td>
 <td><?= $record->reactivated_by_session_id ?></td>
-<td><?= $record->client_id ?></td>
-<td><?= $record->pro_id ?></td>
                 </tr>
             @endforeach
             </tbody>

+ 8 - 8
resources/views/pro/transactions/index.blade.php

@@ -13,38 +13,38 @@
             <thead>
             <tr>
 <th>Id</th>
-<th>Created At</th>
-<th>Type</th>
-<th>Uid</th>
 <th>Amount</th>
 <th>Custom Memo</th>
 <th>Plus Or Minus</th>
 <th>Reason Type</th>
 <th>Resulting Balance</th>
 <th>System Memo</th>
-<th>Created By Session Id</th>
 <th>Bill Id</th>
 <th>Client Id</th>
 <th>Pro Id</th>
+<th>Created At</th>
+<th>Uid</th>
+<th>Created By Session Id</th>
+<th>Type</th>
             </tr>
             </thead>
             <tbody>
             @foreach($records as $record)
                 <tr>
 <td><?= $record->id ?></td>
-<td><?= $record->created_at ?></td>
-<td><?= $record->type ?></td>
-<td><?= $record->uid ?></td>
 <td><?= $record->amount ?></td>
 <td><?= $record->custom_memo ?></td>
 <td><?= $record->plus_or_minus ?></td>
 <td><?= $record->reason_type ?></td>
 <td><?= $record->resulting_balance ?></td>
 <td><?= $record->system_memo ?></td>
-<td><?= $record->created_by_session_id ?></td>
 <td><?= $record->bill_id ?></td>
 <td><?= $record->client_id ?></td>
 <td><?= $record->pro_id ?></td>
+<td><?= $record->created_at ?></td>
+<td><?= $record->uid ?></td>
+<td><?= $record->created_by_session_id ?></td>
+<td><?= $record->type ?></td>
                 </tr>
             @endforeach
             </tbody>

Nem az összes módosított fájl került megjelenítésre, mert túl sok fájl változott