This commit is contained in:
ericli1018
2025-06-13 12:24:35 +08:00
parent 1caae33c43
commit 6dfe3e0677
74 changed files with 1497 additions and 253 deletions

View File

@ -1,7 +1,7 @@
@extends('layouts.heading-page')
@section('title')
About Us -
About Us -
@endsection
@section('seo_keywords')
@ -43,20 +43,21 @@
</div>
<a style="position: relative; top: -100px;"></a>
<div id="anchor-about02" data-type="anchor" class="mb-5">
<a id="anchor-about02" style="position: relative; top: -100px;"></a>
<div class="mb-5">
<h2 class="h2-title">Contact Us</h2>
<div class="contact-inner">
<div class="row align-items-center">
<div class="col-lg-6" style="margin-bottom: -10px;">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d14491.172409946072!2d121.0274549!3d24.768282!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x346849d6072e9c51%3A0xb8aea267e2516407!2z5Lit5by35YWJ6Zu76IKh5Lu95pyJ6ZmQ5YWs5Y-456u556eR5bug!5e0!3m2!1szh-TW!2stw!4v1705549461431!5m2!1szh-TW!2stw" width="100%" height="300" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
<div class="col-lg-5" style="margin-bottom: -10px;">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d904.1048137881115!2d121.540035!3d24.985866!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x346801fecc279587%3A0xb0849a98193cc084!2sNo.%20225%2C%20Section%203%2C%20Beixin%20Rd%2C%20Xindian%20District%2C%20New%20Taipei%20City%2C%20231!5e0!3m2!1sen!2stw!4v1713162069503!5m2!1sen!2stw" width="100%" height="300" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<div class="col-lg-6">
<div class="col-lg-7">
<div class="contact-info">
<h4>Coretronic Reality Inc.</h4>
<ul>
<li><strong>Address</strong><br />
15F, No. 225, Sec. 3, Beixin Rd., Xindian Dist., New Taipei City, Taiwan 23143</li>
(1) Taipei Office15F, No. 225, Sec. 3, Beixin Rd., Xindian Dist., New Taipei City, Taiwan 23143<br />
(2) Hsinchu OfficeNo. 11, Li Hsin Rd, Science Park, Hsinchu City, Taiwan</li>
<li><strong>Email</strong><br />
Technical Supportservice.cri@coreality-inc.com<br />
Sales Enquirysales.cri@coreality-inc.com</li>

View File

@ -0,0 +1,56 @@
@extends('layouts.heading-page')
@section('title')
News -
@endsection
@section('seo_keywords')
@endsection
@section('seo_description')
@endsection
@section('css')
<link href="/assets/css/page.css" rel="stylesheet"/>
@endsection
@section('breadcrumbs')
Members
@endsection
@section('page-main')
<!-- 資料內容 -->
<div class="content-wrap member-wrap">
<div class="container">
<form id="form" class="form-horizontal" method="post" action="{{ route('login.perform') }}">
@csrf
<div class="member-form">
<h2><i class="fa-solid fa-user"></i> Member Login</h2>
<div class="box">
<input type="text" class="form-control" id="email" placeholder="Email" name="email">
<i class="fa-solid fa-envelope"></i>
</div>
<div class="box">
<input type="password" class="form-control" id="pass" placeholder="Password" name="password">
<i class="fa-solid fa-key"></i>
</div>
<!--<div class="clearfix remember-box">
<a href="/member/forgot-password"><i class="fa-regular fa-lightbulb"></i> Forget the password</a>
</div>-->
<div class="member-btn">
<a href="javascript:{}" onclick="document.getElementById('form').submit();">Login</a>
<!--<a href="/member/register">Sign Up</a>-->
</div>
</div>
</form>
</div>
</div>
@endsection
@section('script')
<script type="text/javascript">
</script>
@endsection

View File

@ -1,17 +1,17 @@
<div class="rd-navbar-nav-wrap">
<div class="rd-navbar-info">
<ul class="other-link">
<li><a href="#" data-toggle="modal" data-target="#exampleModalCenter"><i class="fa-solid fa-magnifying-glass"></i></a></li>
<li><a href="#"><i class="fa-regular fa-user"></i></a></li>
<li><a href="#"><i class="fa-solid fa-bag-shopping"></i></a></li>
<!--<li><a href="#" data-toggle="modal" data-target="#exampleModalCenter"><i class="fa-solid fa-magnifying-glass"></i></a></li>-->
<li><a href="/member/login"><i class="fa-regular fa-user"></i></a></li>
<!--<li><a href="#"><i class="fa-solid fa-bag-shopping"></i></a></li>-->
</ul>
</div>
<ul class="rd-navbar-nav">
<li class="{{ Route::is('') ?? 'active' }}" ><a href="/">Home</a></li>
<li class="{{ Route::is('products', 'products/*') ? 'active' : '' }}"><a href="/products">Products</a></li>
<li class="{{ Route::is('support', 'support/*') ? 'active' : '' }}"><a href="/support/technical">Support</a>
<li class="{{ Route::is('support', 'support/*') ? 'active' : '' }}"><a href="/support/customer">Support</a>
<ul class="rd-navbar-dropdown">
<li class="{{ Route::is('support/technical', 'support/technical/*') ? 'active' : '' }}"><a href="/support/technical">Technical Support</a></li>
<li class="{{ Route::is('support/customer', 'support/customer/*') ? 'active' : '' }}"><a href="/support/customer">Customer Service</a></li>
<li class="{{ Route::is('support/sales-inquiry', 'support/sales-inquiry/*') ? 'active' : '' }}"><a href="/support/sales-inquiry">Sales Inquiry</a></li>
<li class="{{ Route::is('support/distribution-partners', 'support/distribution-partners/*') ? 'active' : '' }}"><a href="/support/distribution-partners">Distribution Partners</a></li>
<li class="{{ Route::is('support/ecosystem-partners', 'support/ecosystem-partners/*') ? 'active' : '' }}"><a href="/support/ecosystem-partners">Ecosystem Partners</a></li>

View File

@ -1,7 +1,7 @@
@extends('layouts.heading-page')
@section('title')
Events -
Events -
@endsection
@section('seo_keywords')
@ -11,7 +11,7 @@
@endsection
@section('css')
<link href="assets/css/page.css" rel="stylesheet"/>
<link href="/assets/css/page.css" rel="stylesheet"/>
@endsection
@section('breadcrumbs')
@ -53,9 +53,9 @@
<div class="post-body">
<h2><a href="/events/detail/{{ $row->id }}">{{ $row->title }}</a></h2>
<div class="post-text">
<p><span>Date: </span>{{ date('Y-m-d', strtotime($row->post_at)) }}</p>
<p><span>Date: </span>{{ date('Y-m-d', strtotime($row->event_at)) }}</p>
<p><span>Venue: </span>{{ $row->venue }}</p>
<p><span>Contact Us: </span>{{ $row->contact }}</p>
<p><span>Contact: </span>{{ $row->contact }}</p>
</div>
<div class="more"><a href="/events/detail/{{ $row->id }}">More</a></div>
</div>

View File

@ -1,19 +1,19 @@
@extends('layouts.heading-page')
@section('title')
News -
Event -
@endsection
@section('seo_keywords')
{{ $dataRow->seo_keyword }}
{{ $dataRow->seo_keyword }}
@endsection
@section('seo_description')
{{ $dataRow->seo_description }}
{{ $dataRow->seo_description }}
@endsection
@section('css')
<link href="assets/css/page.css" rel="stylesheet"/>
<link href="/assets/css/page.css" rel="stylesheet"/>
@endsection
@section('breadcrumbs')
@ -30,9 +30,9 @@
<div class="news-info">
<h3 class="news-detail-title">{{ $dataRow->title }}</h3>
<ul>
<li><span>Date: </span>{{ date('Y-m-d', strtotime($dataRow->post_at)) }}</li>
<li><span>Date: </span>{{ date('Y-m-d', strtotime($dataRow->event_at)) }}</li>
<li><span>Venue: </span>{{ $dataRow->venue }}</li>
<li><span>Contact Us: </span>{{ $dataRow->contact }}</li>
<li><span>Contact: </span>{{ $dataRow->contact }}</li>
</ul>
</div>
<div class="news-detail-content img-style video-iframe">
@ -52,7 +52,9 @@
}
}
@endphp
<!--
<img src="{{ $img_src }}" alt="">
-->
{!! $dataRow->body !!}
</div>
</section>

View File

@ -1,7 +1,7 @@
@extends('layouts.heading-home')
@section('css')
<link href="assets/css/index.css" rel="stylesheet" />
<link href="/assets/css/index.css" rel="stylesheet" />
@endsection
@section('main')
@ -39,13 +39,38 @@
break;
}
}
$img_src2 = '';
$imgs2 = $row->featured_photos;
if ($imgs2 && count($imgs2) > 0)
{
foreach($imgs2 as $img)
{
// $img_memo = $img['comment'];
$img_src2 = URL::asset('/storage/'.$img['file_path']);
break;
}
}
@endphp
<div class="carousel-item {{ $i == 0 ? 'active' : '' }}">
<img src="{{ $img_src }}" alt="" width="100%" height="auto">
<div class="carousel-caption">
<h2 class="animate__animated animate__fadeInUp">{{ $row->title }}</h2>
<p class="animate__animated animate__fadeInUp">{{ $row->body }}</p>
<div class="animate__animated animate__fadeInUp"><a href="{{ $row->link }}">DETAIL</a></div>
<div class="row align-items-center">
<div class="col-md-6">
<div class="caption-txt">
<h2 class="animate__animated animate__fadeInUp">{{ $row->title }}</h2>
<p class="animate__animated animate__fadeInUp">{{ $row->body }}</p>
<div class="animate__animated animate__fadeInUp"><a href="{{ $row->link }}">DETAIL</a></div>
</div>
</div>
@if ($img_src2 != '')
<div class="col-md-6">
<div class="caption-img">
<img src="{{ $img_src2 }}" alt="" width="auto" height="auto" class="img-fluid">
</div>
</div>
@endif
</div>
</div>
</div>
@php
@ -129,7 +154,8 @@
@endphp
<div class="news-item">
<time>{{ date('Y-m-d', strtotime($row->post_at)) }}</time>
<p><a href="/events/detail/{{ $row->id }}">{{ $row->title }}</a></p>
<h5><a href="/events/detail/{{ $row->id }}">{{ $row->title }}</a></h5>
<p>Date: {{ date('Y-m-d', strtotime($row->event_at)) }}</p>
</div>
@php
$i++;
@ -173,11 +199,6 @@
$i++;
}
@endphp
<div class="news-item">
<time>2024-01-17</time>
<h4><a href="news.php">Cambrios insists on the most powerful patents and defends</a></h4>
<p>2020 is a year full of tests and challenges. The international epidemic ... </p>
</div>
</div>
<div class="news-btn"><a href="/news">More News</a></div>
</div>

View File

@ -14,8 +14,8 @@
<meta name="rating" content="general" />
<meta name="author" content="Coretronic Reality Inc.">
<meta name="copyright" content="Coretronic Reality Inc." />
<link rel="shortcut icon" href="favico.ico"/>
<link rel="bookmark" href="favico.ico"/>
<link rel="shortcut icon" href="/favico.ico"/>
<link rel="bookmark" href="/favico.ico"/>
<title>@yield('title')Coretronic Reality Inc.</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
@ -56,9 +56,9 @@
<div class="footer-nav-item">
<h4>GET IN TOUCH</h4>
<ul>
<li><span>Technical Support</span><br /><a href="mailto:service.cri@coreality-inc.com">service.cri@coreality-inc.com</a></li>
<li><span>Customer Service</span><br /><a href="mailto:service.cri@coreality-inc.com">service.cri@coreality-inc.com</a></li>
<li><span>Sales Enquiry</span><br /><a href="mailto:sales.cri@coreality-inc.com">sales.cri@coreality-inc.com</a></li>
<li><a href=""><i class="fa-brands fa-linkedin"></i></a></li>
<li><a href="https://www.linkedin.com/company/coretronic-reality-inc" target="_blank"><i class="fa-brands fa-linkedin"></i></a></li>
</ul>
</div>
<div class="footer-nav-item">
@ -69,20 +69,36 @@
<li><a href="/about#anchor-about02">Contact us</a></li>
</ul>
</div>
<form method="POST" action="/">
@csrf
<div class="footer-nav-item">
<h4>SUBSCRIBE NEWSLETTER</h4>
<p>Get the latest information on company news, <br />product promotions, events. Sign up here:</p>
<input type="text" class="form-control" placeholder="Email Address">
<div class="text-left mt-3"><a href="" class="btn btn-danger btn-sm">SUBSCRIBE</a></div>
<input type="text" class="form-control" name="subscribeInquery" placeholder="Email Address">
<div class="text-left mt-3"><input type="submit" href="" class="btn btn-danger btn-sm" value="SUBSCRIBE"></input></div>
@if ($message = Session::get('errorSubscribe'))
<div class="text-left mt-3 alert alert-block alert-danger">
<button type="button" class="close" data-dismiss="alert">×</button>
<strong>{{ $message }}</strong>
</div>
@endif
@if ($message = Session::get('successSubscribe'))
<div class="text-left mt-3 alert alert-block alert-success ">
<button type="button" class="close" data-dismiss="alert">×</button>
<strong>{{ $message }}</strong>
</div>
@endif
</div>
</form>
</div>
</div>
<div class="col-xl-12">
<div class="footer-nav">
<div class="footer-nav-item ml-0 mb-0">
<h4>ADDRESS</h4>
<p>15F, No. 225, Sec. 3, Beixin Rd., Xindian Dist., New Taipei City, Taiwan 23143</p>
<h4>ADDRESS</h4>
<p>(1) Taipei Office15F, No. 225, Sec. 3, Beixin Rd., Xindian Dist., New Taipei City, Taiwan 23143<br />
(2) Hsinchu OfficeNo. 11, Li Hsin Rd, Science Park, Hsinchu City, Taiwan</p>
</div>
</div>
</div>

View File

@ -0,0 +1,5 @@
Hi, Got a customer service from website <br>
<pre>
{{ $data }}
</pre>

View File

@ -0,0 +1,5 @@
Hi, Got a sales inquery from website <br>
<pre>
{{ $data }}
</pre>

View File

@ -0,0 +1,5 @@
Hi, Got a subscribe inquery from website <br>
<div>
email: {{ $data }}
</div>

View File

@ -1,7 +1,7 @@
@extends('layouts.heading-page')
@section('title')
News -
News -
@endsection
@section('seo_keywords')
@ -11,7 +11,7 @@
@endsection
@section('css')
<link href="assets/css/page.css" rel="stylesheet"/>
<link href="/assets/css/page.css" rel="stylesheet"/>
@endsection
@section('breadcrumbs')
@ -45,9 +45,11 @@
@endphp
<div class="col-xl-4 col-md-6">
<div class="news-item">
<div class="news-item-img">
<img src="{{ $img_src }}" alt="{{ $img_memo }}" width="100%" height="auto">
</div>
<div class="news-item-info">
<h4>{{ $row->title }}</h4>
<time><span>News</span>{{ date('Y-m-d', strtotime($row->post_at)) }}</time>

View File

@ -1,19 +1,19 @@
@extends('layouts.heading-page')
@section('title')
News -
News -
@endsection
@section('seo_keywords')
{{ $dataRow->seo_keyword }}
{{ $dataRow->seo_keyword }}
@endsection
@section('seo_description')
{{ $dataRow->seo_description }}
{{ $dataRow->seo_description }}
@endsection
@section('css')
<link href="assets/css/page.css" rel="stylesheet"/>
<link href="/assets/css/page.css" rel="stylesheet"/>
@endsection
@section('breadcrumbs')
@ -44,7 +44,7 @@
}
}
@endphp
<img src="{{ $img_src }}" alt="">
<!--<img src="{{ $img_src }}" alt="">-->
{!! $dataRow->body !!}
</div>
@php
@ -61,10 +61,9 @@
@endforeach
@endforeach
</div>
@endif
</div>
</section>
<div class="btn-back"><a href="javascript:history.back()"><i class="fa fa-reply"></i> Return to list page</a></div>

View File

@ -1,7 +1,7 @@
@extends('layouts.heading-page')
@section('title')
Products -
Products -
@endsection
@section('seo_keywords')
@ -11,7 +11,7 @@
@endsection
@section('css')
<link href="assets/css/page.css" rel="stylesheet"/>
<link href="/assets/css/page.css" rel="stylesheet"/>
@endsection
@section('breadcrumbs')
@ -145,14 +145,19 @@
</div>
<div class="col-md-9">
<div class="products-item-info">
<h4><a href="/products/detail/{{ $row->slug }}">{{ $row->title }}<span>{{ trans('backend.product.tip_options.' . $row->tip) }}</span></a></h4>
<h4>
<a href="/products/detail/{{ $row->slug }}">{{ $row->title }}
@if (!!$row->tip && $row->tip != 'none')
<span>{{ trans('backend.product.tip_options.' . $row->tip) }}</span>
@endif
</a></h4>
<p>{{ $row->description }}</p>
<ul class="ul-applications">
@php
foreach ($row->applications as $tag)
{
@endphp
<li><a>{{ $tag->name }}</a></li>
<li><a href="/products?tags={{ $tag->slug }}">{{ $tag->name }}</a></li>
@php
}
@endphp

View File

@ -1,15 +1,15 @@
@extends('layouts.heading-page')
@section('title')
Products -
Products -
@endsection
@section('seo_keywords')
{{ $dataRow->seo_keyword }}
{{ $dataRow->seo_keyword }}
@endsection
@section('seo_description')
{{ $dataRow->seo_description }}
{{ $dataRow->seo_description }}
@endsection
@section('css')
@ -38,9 +38,13 @@
<div class="row justify-content-center">
<div class="col-bg-8 col-xl-7 col-lg-12 order-xl-2">
<div class="products-detail-info">
<h2>{{ $dataRow->title }}<span>{{ trans('backend.product.tip_options.' . $dataRow->tip) }}</span></h2>
<h2>{{ $dataRow->title }}
@if (!!$dataRow->tip && $dataRow->tip != 'none')
<span>{{ trans('backend.product.tip_options.' . $dataRow->tip) }}</span>
@endif
</h2>
<div class="Txt">
{{ $dataRow->description }}
{!! $dataRow->body !!}
</div>
<div class="my-4">
<h5>Applications:</h5>
@ -60,7 +64,7 @@
<div class="slider slider-for">
@php
$img_memo = '';
$img_src = '//assets/img/products-item-a01.jpg';
$img_src = '/assets/img/products-item-a01.jpg';
$imgs = $dataRow->photos;
//$imgs = array_filter($dataRow->photos, function($v) {
// return $v['is_selected'] == true;
@ -84,9 +88,9 @@
</div>
<div class="slider slider-nav">
@php
@php
$img_memo = '';
$img_src = '//assets/img/products-item-a01.jpg';
$img_src = '/assets/img/products-item-a01.jpg';
$imgs = $dataRow->photos;
//$imgs = array_filter($dataRow->photos, function($v) {
// return $v['is_selected'] == true;
@ -134,13 +138,13 @@
<div id="tab13" class="tab-pane">
<!-- Resources 資料 -->
<div class="products-tabs-content">
{!! $dataRow->feature_resource !!}
</div>
</div>
<div id="tab14" class="tab-pane">
<!-- Related Parts 資料 -->
<div class="products-tabs-content">
{!! $dataRow->feature_related_part !!}
</div>
</div>
</div>
@ -152,78 +156,40 @@
<div class="related-products">
<h3>Related Products</h3>
<div class="slider responsive-related">
@php
foreach ($productRelateds as $row)
{
$img_memo = '';
$img_src = '/assets/img/products-item-a01.jpg';
//$imgs = $row->photos;
$imgs = array_filter($row->photos, function($v) {
return $v['is_selected'] == true;
});
if (count($imgs) > 0)
{
foreach($imgs as $img)
{
$img_memo = $img['comment'];
$img_src = URL::asset('/storage/'.$img['file_path']);
break;
}
}
@endphp
<div class="related-item">
<div class="products-item-img">
<a href="products-detail.php">
<img src="/assets/img/products-item-a01.jpg" alt="" width="100%" height="auto">
<a href="/products/detail/{{ $row->slug }}">
<img src="{{ $img_src }}" alt="" width="100%" height="auto">
<div class="products-item-mask"><span>Learn more</span></div>
</a>
</div>
<div class="products-item-info">
<h4><a href="products-detail.php">COREXOM R6490WGQ SOM</a></h4>
<p>Presenting the COREXOM R6490WGQ SOM powered by the Qualcomm® QCS6490 system-on-chip...</p>
</div>
</div>
<div class="related-item">
<div class="products-item-img">
<a href="products-detail.php">
<img src="/assets/img/products-item-a02.jpg" alt="" width="100%" height="auto">
<div class="products-item-mask"><span>Learn more</span></div>
</a>
</div>
<div class="products-item-info">
<h4><a href="products-detail.php">COREXOM R6490WGQ SOM</a></h4>
<p>Presenting the COREXOM R6490WGQ SOM powered by the Qualcomm® QCS6490 system-on-chip. Featuring the...</p>
</div>
</div>
<div class="related-item">
<div class="products-item-img">
<a href="products-detail.php">
<img src="/assets/img/products-item-a03.jpg" alt="" width="100%" height="auto">
<div class="products-item-mask"><span>Learn more</span></div>
</a>
</div>
<div class="products-item-info">
<h4><a href="products-detail.php">COREXOM R6490WGQ SOM</a></h4>
<p>Presenting the COREXOM R6490WGQ SOM powered by the Qualcomm® QCS6490 system-on-chip. Featuring the potent...</p>
</div>
</div>
<div class="related-item">
<div class="products-item-img">
<a href="products-detail.php">
<img src="/assets/img/products-item-a01.jpg" alt="" width="100%" height="auto">
<div class="products-item-mask"><span>Learn more</span></div>
</a>
</div>
<div class="products-item-info">
<h4><a href="products-detail.php">COREXOM R6490WGQ SOM</a></h4>
<p>Presenting the COREXOM R6490WGQ SOM powered by the Qualcomm® QCS6490 system-on-chip. Featuring the potent...</p>
</div>
</div>
<div class="related-item">
<div class="products-item-img">
<a href="products-detail.php">
<img src="/assets/img/products-item-a02.jpg" alt="" width="100%" height="auto">
<div class="products-item-mask"><span>Learn more</span></div>
</a>
</div>
<div class="products-item-info">
<h4><a href="products-detail.php">COREXOM R6490WGQ SOM</a></h4>
<p>Presenting the COREXOM R6490WGQ SOM powered by the Qualcomm® QCS6490 system-on-chip. Featuring the potent...</p>
</div>
</div>
<div class="related-item">
<div class="products-item-img">
<a href="products-detail.php">
<img src="/assets/img/products-item-a03.jpg" alt="" width="100%" height="auto">
<div class="products-item-mask"><span>Learn more</span></div>
</a>
</div>
<div class="products-item-info">
<h4><a href="products-detail.php">COREXOM R6490WGQ SOM</a></h4>
<p>Presenting the COREXOM R6490WGQ SOM powered by the Qualcomm® QCS6490 system-on-chip. Featuring the potent...</p>
<h4><a href="/products/detail/{{ $row->slug }}">{{ $row->title }}</a></h4>
<p>{{ Str::limit($row->description, 128) }}</p>
</div>
</div>
@php
}
@endphp
</div>
</div>

View File

@ -1,7 +1,7 @@
@extends('layouts.heading-page')
@section('title')
Support -
Support -
@endsection
@section('seo_keywords')
@ -11,11 +11,11 @@
@endsection
@section('css')
<link href="assets/css/page.css" rel="stylesheet"/>
<link href="/assets/css/page.css" rel="stylesheet"/>
@endsection
@section('breadcrumbs')
<a href="/support-technical">Support</a><span>/</span>Distribution Partners
<a href="/support/customer">Support</a><span>/</span>Distribution Partners
@endsection
@section('page-main')
@ -42,6 +42,7 @@
<div class="tab-content">
<div class="tab-pane in active">
<!-- Partner 資料 -->
<div class="support-post">
@php
foreach ($dataRows as $row)
{
@ -61,7 +62,7 @@
}
}
@endphp
<div class="support-post">
<div class="row align-items-center">
<div class="col-sm-3 col-12">
<div class="support-img">
@ -76,10 +77,11 @@
</div>
</div>
</div>
</div>
@php
}
@endphp
</div>
<!-- 分頁 -->
@php
if ($dataTotalCount > $dataPerPageItems)

View File

@ -1,7 +1,7 @@
@extends('layouts.heading-page')
@section('title')
Support -
Support -
@endsection
@section('seo_keywords')
@ -11,11 +11,11 @@
@endsection
@section('css')
<link href="assets/css/page.css" rel="stylesheet"/>
<link href="/assets/css/page.css" rel="stylesheet"/>
@endsection
@section('breadcrumbs')
<a href="/support-technical">Support</a><span>/</span>Ecosystem Partners
<a href="/support/customer">Support</a><span>/</span>Ecosystem Partners
@endsection
@section('page-main')
@ -41,6 +41,7 @@
<div class="tab-content">
<div class="tab-pane in active">
<!-- Partner 資料 -->
<div class="support-post">
@php
foreach ($dataRows as $row)
{
@ -60,7 +61,7 @@
}
}
@endphp
<div class="support-post">
<div class="row align-items-center">
<div class="col-sm-3 col-12">
<div class="support-img">
@ -75,10 +76,11 @@
</div>
</div>
</div>
</div>
@php
}
@endphp
</div>
<!-- 分頁 -->
@php
if ($dataTotalCount > $dataPerPageItems)

View File

@ -1,7 +1,7 @@
@extends('layouts.heading-page')
@section('title')
Support -
Support -
@endsection
@section('seo_keywords')
@ -11,11 +11,11 @@
@endsection
@section('css')
<link href="assets/css/page.css" rel="stylesheet"/>
<link href="/assets/css/page.css" rel="stylesheet"/>
@endsection
@section('breadcrumbs')
<a href="/support-technical">Support</a><span>/</span>Sales Inquiry
<a href="/support/customer">Support</a><span>/</span>Sales Inquiry
@endsection
@section('page-main')
@ -340,6 +340,12 @@
@section('script')
<script type="text/javascript">
$(document).ready(function(){
$('#country').find('option').each(function($idx, $elem){
if ($idx > 1){
$($elem).val($($elem).text());
}
});
});
</script>
@endsection

View File

@ -1,7 +1,7 @@
@extends('layouts.heading-page')
@section('title')
Support -
Support -
@endsection
@section('seo_keywords')
@ -11,11 +11,11 @@
@endsection
@section('css')
<link href="assets/css/page.css" rel="stylesheet"/>
<link href="/assets/css/page.css" rel="stylesheet"/>
@endsection
@section('breadcrumbs')
<a href="/support-technical">Support</a><span>/</span>Technical Support
<a href="/support/customer">Support</a><span>/</span>Customer Service
@endsection
@section('page-main')
@ -23,7 +23,7 @@
<div class="content-wrap support-wrap">
<div class="container">
<div class="contact-form mb-5">
<h2 class="h2-title">Technical Support</h2>
<h2 class="h2-title">Customer Service</h2>
<form class="form-horizontal" action="?" method="POST">
@csrf
@if ($errors->any())
@ -341,6 +341,12 @@
@section('script')
<script type="text/javascript">
$(document).ready(function(){
$('#country').find('option').each(function($idx, $elem){
if ($idx > 1){
$($elem).val($($elem).text());
}
});
});
</script>
@endsection

View File

@ -15,12 +15,16 @@
<x-backpack::menu-item :title="trans('backend.home_carousel.title')" icon="la la-question" :link="backpack_url('home-carousel')" />
<x-backpack::menu-dropdown :title="trans('backend.news.title')" icon="la la-question">
<!--
<x-backpack::menu-dropdown-item :title="trans('backend.news.catalog.title')" icon="la la-question" :link="backpack_url('news-catalog')" />
-->
<x-backpack::menu-dropdown-item :title="trans('backend.news.content.title')" icon="la la-question" :link="backpack_url('news')" />
</x-backpack::menu-dropdown>
<x-backpack::menu-dropdown :title="trans('backend.event.title')" icon="la la-question">
<!--
<x-backpack::menu-dropdown-item :title="trans('backend.event.catalog.title')" icon="la la-question" :link="backpack_url('event-catalog')" />
-->
<x-backpack::menu-dropdown-item :title="trans('backend.event.content.title')" icon="la la-question" :link="backpack_url('event')" />
</x-backpack::menu-dropdown>
@ -33,10 +37,13 @@
<x-backpack::menu-dropdown :title="trans('backend.support.title')" icon="la la-question">
<x-backpack::menu-dropdown-item :title="trans('backend.support.technical.title')" icon="la la-question" :link="backpack_url('support-technical')" />
<x-backpack::menu-dropdown-item :title="trans('backend.support.sales_inquiry.title')" icon="la la-question" :link="backpack_url('support-sale')" />
<x-backpack::menu-dropdown-header :title="trans('backend.support.distribution_partner.title')" />
<x-backpack::menu-dropdown-item :title="trans('backend.support.distribution_partner.catalog.title')" icon="la la-question" :link="backpack_url('support-distribution-partner-catalog')" />
<x-backpack::menu-dropdown-item :title="trans('backend.support.distribution_partner.content.title')" icon="la la-question" :link="backpack_url('support-distribution-partner')" />
<x-backpack::menu-dropdown-header :title="trans('backend.support.ecosystem_partner.title')" />
<x-backpack::menu-dropdown-item :title="trans('backend.support.ecosystem_partner.catalog.title')" icon="la la-question" :link="backpack_url('support-ecosystem-partner-catalog')" />
<x-backpack::menu-dropdown-item :title="trans('backend.support.ecosystem_partner.content.title')" icon="la la-question" :link="backpack_url('support-ecosystem-partner')" />
<x-backpack::menu-dropdown nested="true" :title="trans('backend.support.distribution_partner.title')" icon="la la-question">
<x-backpack::menu-dropdown-item :title="trans('backend.support.distribution_partner.catalog.title')" icon="la la-question" :link="backpack_url('support-distribution-partner-catalog')" />
<x-backpack::menu-dropdown-item :title="trans('backend.support.distribution_partner.content.title')" icon="la la-question" :link="backpack_url('support-distribution-partner')" />
</x-backpack::menu-dropdown>
<x-backpack::menu-dropdown nested="true" :title="trans('backend.support.ecosystem_partner.title')" icon="la la-question">
<x-backpack::menu-dropdown-item :title="trans('backend.support.ecosystem_partner.catalog.title')" icon="la la-question" :link="backpack_url('support-ecosystem-partner-catalog')" />
<x-backpack::menu-dropdown-item :title="trans('backend.support.ecosystem_partner.content.title')" icon="la la-question" :link="backpack_url('support-ecosystem-partner')" />
</x-backpack::menu-dropdown>
</x-backpack::menu-dropdown>