@extends('layouts.app_layout') @section('page_title') Welcome to my blog @endsection @section('content')
@foreach ($posts as $post)
{{ Str::limit($post->post_title, 40) }}
{{ Str::limit($post->post_title, 100) }}
@endforeach
{{-- {{ $posts->links() }} --}}

JavaScript

@foreach ($business as $business) @endforeach

Bootstrap


Laravel


More From Us

Advertisement

@endsection