⚝
One Hat Cyber Team
⚝
Your IP:
192.88.135.6
Server IP:
192.124.249.6
Server:
Linux 56.244.72.148.host.secureserver.net 5.14.0-570.62.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 10:10:59 EST 2025 x86_64
Server Software:
Apache
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
umkm
/
public_html
/
resources
/
views
/
front
/
Edit File: users.blade.php
@extends('front.layout') @section('pagename') - {{ __('Listings') }} @endsection @section('meta-description', !empty($seo) ? $seo->profiles_meta_description : '') @section('meta-keywords', !empty($seo) ? $seo->profiles_meta_keywords : '') @section('breadcrumb-title') {{ __('Listings') }} @endsection @section('breadcrumb-link') {{ __('Listings') }} @endsection @section('content')
{{ $keywords['submit'] ?? __('Submit') }}
@foreach ($users as $user)
@if (isset($user->photo))
@else
@endif
{{ $user->company_name }}
@foreach ($user->social_media as $social)
@endforeach
status == 0) title="Account deactivated" @endif target="_blank" href=" @if ($user->status == 1) {{ detailsUrl($user) }} @else # @endif" class="btn btn-sm btn-outline @if ($user->status == 0) cursor-not-allowed @endif"> {{ __('Website') }}
@guest
{{ __('Follow') }}
@endguest @if (Auth::check() && Auth::id() != $user->id) @if (App\Models\User\Follower::where('follower_id', Auth::id())->where('following_id', $user->id)->count() > 0)
{{ __('Unfollow') }}
@else
{{ __('Follow') }}
@endif @endif
@endforeach
{{ $users->appends(['company' => request()->input('company'), 'location' => request()->input('location')])->links() }}
@endsection
Simpan