@extends("main") @setmenu("contact") @section('metaTags') @pageTitle(seoTitle($page->meta,$page->{'name_'._clang()})) @pageDescription(seoDescription($page->meta,$page->{'content_'._clang()})) @pageImage($page->getPhoto()) @endsection @section("content")
getPhoto()) }});">
{{ $page->spot }}
{!! $page->content !!}
{{ trans("contact.phone") }}
{{ $configs["ph1"] }}
@if($configs["ph2"])
{{ trans("contact.phone") }}
{{ $configs["ph2"] }}
@endif
{{ trans("contact.email") }}
{{ $configs["mail"] }}
{{ trans("contact.address") }}
{{ $configs["adr"] }}/ BURSA
{{ trans("contact.ctitle") }}
{!! trans("contact.ccontent") !!}
{!! html()->form('POST',route('front.contact_submit'))->open() !!}
{!! html()->text('name')->placeholder(trans('contact.name'))->required(true)->addClass('input') !!}
{!! html()->email('email')->placeholder(trans('contact.mail'))->required(true)->addClass('input') !!}
{!! html()->text('phone')->placeholder(trans('contact.phone_number'))->required(true)->addClass('input') !!}
{!! html()->text('subject')->placeholder(trans('contact.subject'))->required(true)->addClass('input') !!}
{!! html()->textarea('body')->placeholder(trans('contact.messages'))->required(true)->addClass('input')->attributes(['rows' => 5])->style('height:100px;') !!}
{{--
--}}
{!! html()->form()->close() !!}
@endsection