@extends('app') @section('content') @php $home_footers = DB::table('home_footers')->first(); @endphp
@if($productWithDate > now()) @foreach($items as $product) @if($product->last_date > now()) @include('partials.product',['product'=>$product]) @endif @endforeach @endif
{{ $home_footers->service_one_header }}

{{ $home_footers->service_one_text }}

{{ $home_footers->service_two_header }}

{{ $home_footers->service_two_text }}

{{ $home_footers->service_three_header }}

{{ $home_footers->service_three_text }}

{{ $home_footers->service_four_header }}

{{ $home_footers->service_four_text }}

@endsection @push('js') @endpush