@extends('landing.layout.main') @section('title','Artikel - ') @section('content')

Blog

@include('landing.data.artikel')
@if($jumlah_artikel > 3)
@else
@endif
@endsection @section('script') @endsection