⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.140
Server IP:
68.65.123.197
Server:
Linux premium49.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
smarbgfw
/
www
/
core
/
resources
/
views
/
front
/
gym
/
Edit File: services.blade.php
@extends('front.gym.layout') @section('pagename') - @if (empty($category)) {{__('All')}} @else {{$category->name}} @endif {{__('Services')}} @endsection @section('meta-keywords', "$be->services_meta_keywords") @section('meta-description', "$be->services_meta_description") @section('breadcrumb-title', convertUtf8($bs->service_title)) @section('breadcrumb-subtitle', $bs->service_subtitle) @section('breadcrumb-link', __('Services')) @section('content')
@if (count($services) == 0)
{{__('NO SERVICE FOUND')}}
@else @foreach ($services as $key => $service)
@if ($service->details_page_status == 1)
@endif
details_page_status == 1) href="{{route('front.servicedetails', [$service->slug])}}" @endif>{{convertUtf8(strlen($service->title)) > 20 ? convertUtf8(substr($service->title, 0, 20)) . '...' : convertUtf8($service->title)}}
@if (strlen($service->summary) > 100) {{mb_substr($service->summary, 0, 100, 'utf-8')}}
{{mb_substr($service->summary, 100, null, 'utf-8')}}
{{__('see more')}}...
@else {{convertUtf8($service->summary)}} @endif
@endforeach @endif
{{$services->appends(['category' => request()->input('category'), 'term' => request()->input('term')])->links()}}
@if (serviceCategory())
{{__('Categories')}}
@foreach ($scats as $key => $scat)
{{convertUtf8($scat->name)}}
@endforeach
@endif
{{__('SUBSCRIBE')}}
{{__('SUBSCRIBE FOR NEWSLETTER')}}
@csrf
@endsection
Simpan