@extends('Frontend.Template.layout') @section('title') Home Page @endsection @section('content')
@if($home->slider !== "hide") @include('Frontend.partials.slider') @endif

{{__('messages.announcement')}}

    @foreach($announcements as $page)
  • {{ $show_date }}
  • @endforeach
@if($home->testimonials !== "hide") @include('Frontend.partials.testimonials') @endif @if($home->partners !== "hide") @include('Frontend.partials.partners') @endif @endsection