@extends('website.layouts.app') @section('content') {{ $page->application_heading_en }} {!! $page->application_description_en !!} Business Account Personal Account {{ $page->trusted_by_en }} @if (count($tickers) > 0) @foreach ($tickers as $index => $ticker) @endforeach @endif {{-- --}} {{ $page->corporate_account_en }} {{-- {!! $page->corporate_description_en !!} --}} Apply Now {{-- --}} {{ $page->individual_account_en }} {{-- {!! $page->individual_description_en !!} --}} Apply Now {{-- --}} {{ $page->track_account_en }} {{-- {{ $page->track_description_en }} --}} Track Now {{-- Track Now --}} {{-- --}} {{ $page->wallet_account_en }} {{-- {!! $page->wallet_description_en !!} --}} Apply Now @foreach ($solutions as $index => $slide) @endforeach @foreach ($solutions as $index => $solution) {{ $solution->title_en }} @if ($solution->category) {{ $solution->category->title_en }} @endif {!! $solution->description_en !!} Read More Apply Now @endforeach Previous Next {{ $preferences->application_heading_en }} {{ $preferences->application_description_en }} Contact Us FAQs {{ $page->article_heading_en }} {{-- {!! $page->article_description_en !!} --}} @if (count($contents) > 0) @foreach ($contents as $content) @if ($content->category) {{ $content->category->title_en }} @endif {{ $content->created_at->format('d F, Y') }} @if (!empty($content->read_time)) Read Time: {{$content->read_time}} Minutes @endif {!! Str::words($content->title_en, 7, ' ...') !!} {!! Str::words($content->short_description_en, 12, ' ...') !!} {{-- Read more --}} @endforeach @endif Explore More @endsection
{!! $page->application_description_en !!}
{!! $solution->description_en !!}
{{ $preferences->application_description_en }}
{!! $page->article_description_en !!}
{!! Str::words($content->short_description_en, 12, ' ...') !!}