@extends('dreamon.welcome') @section('content')

Blogs

@php $lim=0; @endphp @foreach(CCMS::getBlogs() as $blog) @if(!($blog->parent_blog)) @if($lim<4) @php $lim++; @endphp
img
{{$blog->title}}

{!!$blog->text!!}

@endif @endif @endforeach
  • 1
  • 2
  • 3
  • .....
  • 9
@endsection