@extends('frontend.include.layout')
@section('content')
{{ $count_recentviews_admin }} views in the past week {!! $admin_detail->highlight !!} {{ $userdetails->name }} on version {{ $comment->version }}.0 {{ $comment->message }}
Overall
0 - 1 of {{ $commentcount }} reviews
verified
ID : {{ $admin_detail->admin_id }}
Highlight
Skills
@php
$adminskills=\App\Models\AdminSkills::where('admin_id',$current_user_detail_id)->orderByDesc('created_at')->get();
@endphp
@foreach($adminskills as $key => $adminskill)
@php
$display_skill=App\Models\AdminSkillDetails::where('id',$adminskill->skill_id)->first();
@endphp
@endforeach
Contact Details
Follow us on social media
{{ $userdetails->name }}
{{ $comment->message }}