@extends('layout.home') @section('content') @include('layout/header-image')
@include('layout.direction')
{{$page}}
@include('layout/post')
@if($news->lastPage()>1)

Show More

@endif
@endsection