|
@@ -645,8 +645,8 @@ tbody, td, tfoot, th, thead, tr {
|
|
|
<th>Name</th>
|
|
|
<th>Email</th>
|
|
|
<th>Signed Up</th>
|
|
|
- <th>Application</th>
|
|
|
- <th class="text-center" style="width: 12%;">Account Type</th>
|
|
|
+ <th class="text-center">Application</th>
|
|
|
+ <th class="text-center" style="width: 12%;">Action</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
@@ -662,27 +662,42 @@ tbody, td, tfoot, th, thead, tr {
|
|
|
<div class="inner_left mt-1" style="border: 1px solid black; border-radius: 20px; padding: 9px 4px 5px 8px; height: 37px; width: 37px;">
|
|
|
<i class="fa fa fa-university ms-1"></i>
|
|
|
</div>
|
|
|
- <div class="inner_right ms-2">
|
|
|
+ <div class="inner_right ms-2 mt-1">
|
|
|
<strong style="font-size:13px;">{{$row->first_name}} {{$row->last_name }}</strong></br>
|
|
|
- <strong style="font-size:10px !important; font-weight:100 !important;">@if($row->dob){{date('d M Y',strtotime($row->dob))}} @endif</strong></br>
|
|
|
- <strong style="font-size:10px; font-weight:100 !important;">
|
|
|
+ <strong style="font-size:10px !important; font-weight:100 !important;"><i class="fa fa-birthday-cake" style="color: #908f8f;"></i><span class="ms-1">@if($row->dob){{date('d M Y',strtotime($row->dob))}} @endif</span></strong>
|
|
|
+ <span> . </span>
|
|
|
+ <span style="font-size:10px; font-weight:100 !important;">
|
|
|
@if($row->gender=='male')
|
|
|
Male
|
|
|
@else
|
|
|
Female
|
|
|
@endif
|
|
|
- </strong>
|
|
|
+ </span>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</td>
|
|
|
- <td style="font-size: 11px;">{{$row->email}}</td>
|
|
|
+ <td style="font-size: 11px;">{{$row->email}}
|
|
|
+ <div class="mt-1">
|
|
|
+ <span class="label_badge_radius" style="background-color: #d8fdd8; color: green;">verified</span>
|
|
|
+ </div>
|
|
|
+ <!-- <div>
|
|
|
+ <span class="label_badge_radius" style="background-color: #ffbd5978; color: #ff9a00;">pending</span>
|
|
|
+ </div> -->
|
|
|
+ </td>
|
|
|
<td style="font-size: 11px;">{{date('d M Y', strtotime($row->created_at))}}</td>
|
|
|
- <td style="font-size: 11px;">test</td>
|
|
|
<td style="font-size: 11px; text-align:center;">
|
|
|
- <span class="label_badge_radius" style="background-color: #d8fdd8; color: green;">Free</span>
|
|
|
+ <div>
|
|
|
+ <span class="label_badge_radius" style="background-color: #ffbd5978; color: #ff9a00;">4</span>
|
|
|
+ </div>
|
|
|
+ <div class="mt-1">
|
|
|
+ <span class="label_badge_radius" style="background-color: #d8fdd8; color: green;">4</span>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td style="font-size: 11px; text-align:center;">
|
|
|
+ <i class="fa fa-search change_pass_btn" style="font-size: 11px !important;padding: 6px 6px; background: #dedbf1;"></i>
|
|
|
</td>
|
|
|
</tr>
|
|
|
@endforeach
|