@extends('layouts.app') @section('content') @if(session()->has('message')) @endif

{{ __('contact-us.title') }}


@csrf

{{ __('contact-us.paragraph') }}

500
{{-- ReCaptcha --}}

{{ __('contact-us.companyinfo.title') }}


{{ __('contact-us.companyinfo.nameTitle') }} {{ __('contact-us.companyinfo.name') }}
{{ __('contact-us.companyinfo.seatTitle') }} {{ __('contact-us.companyinfo.seat') }}
{{ __('contact-us.companyinfo.idTitle') }} {{ __('contact-us.companyinfo.id') }}
{{ __('contact-us.companyinfo.emailTitle') }} {{ __('contact-us.companyinfo.email') }}

@endsection @section('title') {{ __('meta.title.contact-us') }} @endsection @section('description') {{ __('meta.description.contact-us') }} @endsection @push('scripts') @endpush