@extends('layouts.front-layout') @section('title') Home @endsection @section('content') @forelse($get_sliders as $slider) {{$slider->first_heading ? : ''}} {!! $slider->description ? : '' !!} US Tournament Schedule @empty Slider Data Not Found @endforelse {{$pageData['Services']['services_top_banner_title']}} @forelse($get_services as $services) {{$services->heading ? : ''}} US Tournament Schedule @empty Services Data Not Found @endforelse Dart products @forelse($get_products as $product) {{$product->product_name ? : ''}} $ {{$product->price ? : ''}} Shop Now @empty Dart products Data Not Found @endforelse upcoming public events Past events Upcoming public events @forelse($get_past_events as $past_event) Posted on {{ date('F - d - Y', strtotime($past_event->start_date)) }} {{$past_event->event_name ? : ''}} View More Details @empty Past Event Data Not Found @endforelse @forelse($get_future_events as $future_event) Posted on {{ date('F - d - Y', strtotime($future_event->start_date)) }} {{$future_event->event_name ? : ''}} View More Details @empty Upcoming Event Data Not Found @endforelse Cornhole products @foreach($get_categories as $index => $category) {{ $category->category_name }} @endforeach @foreach($get_categories as $index => $category) @forelse($category->product as $product) {{ $product->product_name }} $ {{ $product->price }} Shop Now @empty Product Not Found @endforelse @endforeach dart tournament calendar Event Name Date Description Click an event to see details Team Hitman @forelse($get_team_hit_man as $team_hit_man) {{$team_hit_man->heading ? : ''}} {!! $team_hit_man->description ? : '' !!} View Details @empty Team Hitman Data Not Found @endforelse @endsection @section('script') @endsection
{!! $slider->description ? : '' !!}