@extends('frontend.home_dashboard') @section('home') @section('title') {{ $breadcat->category_name }} | Easy Online News @endsection
{{ $breadcat->category_name }}
@foreach($news as $item) @if($loop->index < 1 ) @endif @endforeach
@foreach($newstwo as $item) @if($loop->index > 0 ) @endif @endforeach
@foreach($news as $item) @if($loop->index > 1 ) @endif @endforeach


@foreach($newnewspost as $key=> $newsitem) @endforeach
@endsection