@extends('frontend::layouts.master') @section('content') @php $breadcrumbArray = [['name' => $link_index['name'] ?? '', 'url' => $link_index['url'] ?? ''], ['name' => $link_company_overview['name'] ?? '', 'url' => 'javascript:void(0);']]; @endphp

{{ __('frontend::lang.page.company_overview.title') }}

{{ __('frontend::lang.page.company_overview.title_description', ['name' => $article['name'] ?? '']) }}

{{ __('frontend::lang.page.company_overview.label.company_name') }}
{{ $article['name'] ?? '' }}
@php $contact = $page_init['contact']; @endphp
{{ $contact['name'] ?? '' }}
{{ $contact['office'] ?? '' }}
@if ($contact['tel'] ?? '') {{ __('frontend::lang.page.company_overview.label.tel') }} : {{ $contact['tel'] }}
@endif @if ($contact['fax'] ?? '') {{ __('frontend::lang.page.company_overview.label.fax') }} : {{ $contact['fax'] ?? '' }} @endif
@if ($contact['google_map_link'] ?? '') {{ __('frontend::lang.btn.google_map') }} @endif
@foreach ($branches['list'] as $b)
{{ $b['name'] ?? '' }}
{{ $b['office'] ?? '' }}
{{ __('frontend::lang.page.company_overview.label.tel') }} : @foreach ($b['tel_numbers'] as $t) {{ $t }} @if (!$loop->last) , @endif @endforeach
@if ($b['google_map_link'] ?? '') {{ __('frontend::lang.btn.google_map') }} @endif
@endforeach
{{ __('frontend::lang.page.company_overview.label.date') }}
{{ $article['desc'] ?? '' }}
{{ __('frontend::lang.page.company_overview.label.capital') }}
{{ $article['detail'] ?? '' }}
{{ __('frontend::lang.page.company_overview.label.president') }}
{{ $article['text'] ?? '' }}
{{ __('frontend::lang.page.company_overview.label.major_shareholder') }}
{!! $article['location'] ?? '' !!}
@endsection