@extends('edufair.layouts.master') @section('content')
@if(count(\App\Model\Article::where('id','!=',$news->id)->limit(3)->get())>0)

Featured Articles

@foreach(\App\Model\Article::where('id','!=',$news->id)->limit(3)->get() as $article) @endforeach
@endif @endsection @section('gallery_img_popup_style')
@endsection @section('after_js') @if(!(\Illuminate\Support\Facades\Auth::check())) @endif