@extends('front.layouts.app') @section('content') @include('front.common.breadcrumb')
@if (!empty($news)) @include('front.home.our-news') @else
{!! __('No record found.') !!}
@endif
@if(count($news)>0) {{$news->links()}} @endif
@endsection