All Events

Upcoming Events

@foreach($allevent as $allevent)
{{ date("M d",strtotime($allevent->eventedate))}}{{date("h:i a",strtotime($allevent->eventetime))}}
@endforeach
@foreach($allevent1 as $allevent)
{{ date("M d",strtotime($allevent->eventedate))}}{{$allevent->eventetime}} am
@endforeach

Our Articles

@foreach($article1 as $article1)
{{$article1->title}}
@endforeach @foreach($article2 as $article2)
{{$article2->title}}
@endforeach
All Blogs

From our Blogs

    @if(!empty($blog)) @foreach($blog as $blog)
  • @if(empty($blog->youtube)) @if(!empty($blog->image))
    @endif @else @endif
    {{ date("d M",strtotime($blog->created_at))}}
    {!! substr($blog->title,0,16) !!}...

    {!! substr($blog->metadescription,0,100) !!}...

  • @endforeach @endif