@extends('layouts.site') @section('content')

{!! $page->translate('title') ?: t('Künye') !!}

{!! $page->translate('excerpt') ?: t('Resmi şirket bilgileri ve yasal sorumluluklar.') !!}

{!! t('Kurumsal Bilgiler') !!}

{!! t('Firma Ünvanı') !!}
{!! t('TRUNÇGİL TEKNOLOJİ SANAYİ VE TİCARET LİMİTED ŞİRKETİ') !!}
{!! t('Yetkili Temsilci') !!}
Mehmet Ali Trunç
{!! t('Sorumlu Müdür') !!}
Mehmet Ali Trunç
{!! t('Yer Sağlayıcı') !!}
{!! t('TRUNÇGİL TEKNOLOJİ SANAYİ VE TİCARET LİMİTED ŞİRKETİ') !!}

{!! t('Yasal Künye Bilgileri') !!}

{!! t('Vergi Dairesi') !!}
{!! t('Şahinbey V.D.') !!}
{!! t('Vergi Numarası') !!}
8591492435
{!! t('MERSİS No') !!}
0859149243500001
{!! t('Ticaret Sicil No') !!}
49454
{!! t('Ticaret Odası') !!}
{!! t('Gaziantep Ticaret Odası (GTO)') !!}

{!! t('İletişim ve Resmi Bilgiler') !!}

{!! t('Telefon') !!}
+90 850 305 45 45
{!! t('E-Posta') !!}
{!! t('KEP Adresi') !!}
truncgilteknoloji@hs01.kep.tr
{!! t('Adres') !!}
{!! t('Çamtepe Mah. Mahmut Tevfik Atay Bul. Gaziantep Teknopark No: 4A İç Kapı No: 1 Şahinbey / Gaziantep') !!}
@php $pageContent = $page ? ($page->translate('content') ?: $page->content) : null; @endphp @if($pageContent)
{!! $pageContent !!}
@endif
@push('scripts') @endpush @endsection