@extends('layouts.app') @section('head-title') Covet Foundation Gallery @endsection @section('head-style') @endsection @section('content')
@foreach ($news_items[0]->articles as $item) @if ($item->is_active == 1) @else @endif @endforeach
@endsection @section('foot') @endsection