@extends('front.layout.app') @section('title', 'Contact Us | TRL Japan Support') @section('meta_description', 'Have questions? Get in touch with TRL Japan team for inquiries regarding buying, selling, or listing your car.') @section('content') {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
HomeBlogs
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}

Our Blogs

{{-- --}}
@forelse($blogs as $blog)
{{ $blog->title }}
{{ $blog->created_at->format('M d, Y') }}

{{ $blog->title }}

@php $firstPart = preg_split('/(<\/p>|
|\n)/i', $blog->content, 2)[0]; $cleanText = html_entity_decode(strip_tags($firstPart)); $cleanText = str_replace("\xc2\xa0", ' ', $cleanText); $cleanText = preg_replace('/\s+/', ' ', $cleanText); @endphp {{ Str::limit(trim($cleanText), 150, '...') }}

@empty
No Blogs Found

No Blogs Published Yet

We are currently working on some exciting updates. Please check back soon!

@endforelse
@if ($blogs->hasPages())
{{-- PREVIOUS --}} @if ($blogs->onFirstPage()) @else @endif {{-- PAGE LINKS --}} @foreach ($blogs->getUrlRange(1, $blogs->lastPage()) as $page => $url) @if ($page == $blogs->currentPage()) {{ $page }} @else {{ $page }} @endif @endforeach {{-- NEXT --}} @if ($blogs->hasMorePages()) @else @endif
@endif
@endsection