⚝
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
/
admin
/
Edit File: contact.blade.php
@extends('admin.layout') @php $selLang = \App\Models\Language::where('code', request()->input('language'))->first(); @endphp @if (!empty($selLang) && $selLang->rtl == 1) @section('styles') @endsection @endif @section('content')
{{ __('Contact Page') }}
{{ __('Contact Page') }}
{{ __('Contact Page') }}
@if (!empty($langs))
{{ __('Select a Language') }}
@foreach ($langs as $lang)
code == request()->input('language') ? 'selected' : '' }}> {{ $lang->name }}
@endforeach
@endif
@csrf
{{ __('Address') }} **
{{ $abe->contact_addresses }}
{{ __('Use newline to seperate multiple addresses.') }}
@if ($errors->has('contact_addresses'))
{{ $errors->first('contact_addresses') }}
@endif
{{ __('Phone') }} **
{{ __('Use comma (,) to add multiple Phone Numbers') }}
@if ($errors->has('contact_numbers'))
{{ $errors->first('contact_numbers') }}
@endif
{{ __('Email') }} **
{{ __('Use comma (,) to add multiple Email Addresses') }}
@endsection
Simpan