{{-- The whole world belongs to you. --}} @section('seoTitle') {{ $title }} - {{ env('APP_NAME') }} @endsection @section('title') {{ $title }} @endsection
Home > Blogs
{{-- {{ Breadcrumbs::render() }} --}} {{-- {{ Breadcrumbs::render('home') }} --}} {{-- {{ Breadcrumbs::render('blog', route('blog')) }} --}} @unless (count($blogs) == 0) @foreach ($blogs as $blog) {{-- {{ $blog }} --}} {{--
--}}
{{ $blog->title }}
{{ $blog->title }}
{!! strip_tags(Str::limit($blog->body, 300)) !!}
{{-- --}}
@endforeach
{{ $blogs->links() }}
@else
Coming Soon
@endunless