@extends('Frontend.layouts.top-nav') @section('content') {{-- @dd($news->lastPage()) --}}

समाचार सूचीहरू

@if(count($news) > 0) @foreach($news as $n)
@endforeach @else
कृपया माफ गर्नुहोला, कुनै पनि समाचार राखिएको छैन |
@endif
@if(count($news) > 0) @endif
@endsection