@extends('frontend.layouts.main') @section('content') Blog Hub Your go-to source for education, and career insights: driving success for students and institutions alike. @foreach($blogs as $blog) {{date('M d, Y', strtotime($blog->postdate))}} {{$blog->reading_time}}min read {{ Illuminate\Support\Str::limit(strip_tags($blog->title), $limit = 50, $end = '...') }} {{ Illuminate\Support\Str::limit(strip_tags($blog->description), $limit = 100, $end = '...') }} @endforeach Load More @endsection
Your go-to source for education, and career insights: driving success for students and institutions alike.
{{date('M d, Y', strtotime($blog->postdate))}}
{{$blog->reading_time}}min read
{{ Illuminate\Support\Str::limit(strip_tags($blog->title), $limit = 50, $end = '...') }}
{{ Illuminate\Support\Str::limit(strip_tags($blog->description), $limit = 100, $end = '...') }}