@extends('web.home.layout.master') @section('content')
@if ($event)
@endif
@if ($eventtwo) @foreach ($eventtwo as $two) @endforeach @endif @if ($news)
@foreach ($news as $nws) @endforeach
@endif

Events

@if ($eventthree)
{{ $eventthree->event_title }}

{{ $eventthree->event_title }}

Read More
@endif
@foreach ($eventpast as $upcoming)
{{ $upcoming->event_title }}

{{ $upcoming->event_title }}

@endforeach

Latest News

@foreach ($newssix as $six)
by American plastics {{ $six->created_at->format('Y F d') }}

{{ $six->news_title }}

Read More
@endforeach
@endsection