@extends('layouts.app_layout') @section('page_title') Welcome to my blog @endsection @section('content') There is a tuturial for you Search @foreach ($posts as $post) {{ Str::limit($post->post_title, 100) }} @endforeach {{-- {{ $posts->links() }} --}} @foreach ($sidebar_post1 as $sidebar_post_top) {!! Str::limit($sidebar_post_top->post_title, 50) !!} @endforeach JavaScript @foreach ($business as $business) {{Str::limit($business->post_title, 100)}} @endforeach See more Bootstrap @foreach ($sport as $sport) By {{$sport->first_name}} {{$sport->last_name}} {!! Str::limit($sport->post_title, 70) !!} {!! Str::limit($sport->body, 50) !!} @endforeach Laravel @foreach ($news as $news) By {{$news->first_name}} {{$news->last_name}} {!! Str::limit($news->post_title, 70) !!} {!! Str::limit($news->body, 50) !!} @endforeach More From Us @foreach ($last_sect as $last_sect) {!! Str::limit($last_sect->category, 70) !!} {!! Str::limit($last_sect->post_title, 70) !!} {!! Str::limit($last_sect->body, 70) !!} @endforeach Advertisement Advertisement @endsection