@extends('frontend::layouts.master') @section('content') @livewire('frontend::page-title', ['article' => $article ?? '', 'breadcrumb' => $breadcrumb]) @if (!empty($article['text'])) {!! $article['text'] ?? '' !!} @endif @if (!empty($reasons)) @lang('frontend::text.title.reasons_why_people_choose_us') @foreach ($reasons as $reason) {!! $reason['name'] ?? '' !!} {!! $reason['detail'] ?? '' !!} @endforeach @endif @if (!empty($sub_menu)) @foreach ($sub_menu as $sub) @if (!empty($sub['image'])) @endif {!! $sub['name'] ?? '' !!} {!! $sub['desc'] ?? '' !!} @if (!empty($sub['url'])) @lang('frontend::text.btn.learn_more') @else @endif @endforeach @endif @endsection
{!! $reason['detail'] ?? '' !!}