@extends('website.layouts.app') @section('content') {{ $page->newsletter_heading_en }} {{ $page->newsletter_description_en }} Apply Now Sign In {{-- Sign In --}} {{ $page->explore_heading_en }} @if (count($contents) > 0) @foreach ($contents as $content) {{ $content->category->title_en }} {{ $content->title_en }} {{ $content->created_at->format('d F, Y') }} @endforeach @endif {{ $page->article_heading_en }} {{ $page->article_description_en }} Category @foreach ($categories as $category) {{ $category->title_en }} @endforeach Search @if (count($contentss) > 0) @foreach ($contentss as $content) {{ $content->category->title_en }} {{ $content->created_at->format('d F, Y') }} {!! Str::words($content->title_en, 7, ' ...') !!} {!! Str::words($content->short_description_en, 12, ' ...') !!} {{-- {!! Str::limit($content->title_en, 36, ' ...') !!} {!! Str::limit($content->short_description_en, 85, ' ...') !!} --}} {{-- --}} @endforeach @endif {{ $page->services_heading_en }} {{ $page->services_description_en }} @foreach ($services as $tab) {{ $tab->heading_en }} @endforeach @foreach ($services as $tab) {{ $tab->title_en }} {{ $tab->description_en }} @foreach ($tab->serviceItems as $item) {{ $item->item_en }} @endforeach @if ($tab->heading_en == "Track My Application") Track Now @else Apply Now @endif @endforeach {{ $preferences->application_heading_en }} {{ $preferences->application_description_en }} Contact Us FAQs {{-- {{ $preferences->application_heading_en }} {{ $preferences->application_description_en }} Contact Us FAQs --}} @endsection
{{ $page->newsletter_description_en }}
{{ $page->article_description_en }}
{!! Str::words($content->short_description_en, 12, ' ...') !!}
{!! Str::limit($content->short_description_en, 85, ' ...') !!}
{{ $page->services_description_en }}
{{ $preferences->application_description_en }}