@extends('layouts.heading-page') @section('title') Support - @endsection @section('seo_keywords') @endsection @section('seo_description') @endsection @section('css') @endsection @section('breadcrumbs') Support/Distribution Partners @endsection @section('page-main')

Distribution Partners

CRI collaborates with trusted distributors and value-added resellers across continents, ensuring the rapid delivery of our solutions worldwide.

Arrange the list in alphabetical order.

@php foreach ($dataRows as $row) { $img_memo = ''; $img_src = '/assets/img/support-03-a01.png'; $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

{{ $row->title }}

{{ $row->description }}

@php } @endphp
@php if ($dataTotalCount > $dataPerPageItems) { @endphp @php } @endphp
@endsection @section('script') @endsection