@extends('frontend.layouts.app') @section('content')
{{substr($welcome_msg->welcome_message, 0, 400) }}.....
Read More {{implode(', ', $slot_dates)}}
--}}
Online Registration open from {{date('d M Y h:i A', strtotime($upcoming_tour->registration_start))}} to {{date('d M Y h:i A', strtotime($upcoming_tour->registration_end))}}.
{{$upcoming_tour->tdateno}}
--}}
@endforeach
@else
{{__('No tournament has been scheduled for upcoming!')}}
@endif