@extends('frontend.home') @section('content') @include('frontend.layouts.banner') @foreach($notice_data as $data) @if($data->color=="Green")

{{$data->title}}

@endif @endforeach @foreach($notice_data as $data) @if($data->color=="Yellow")

{{$data->title}}

@endif @endforeach @foreach($notice_data as $data) @if($data->color=="Red")

{{$data->title}}

@endif @endforeach

FAQ

@endsection