release
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user