@extends('layouts.front_app')
@section('content')
@foreach ($event->image as $image)
@endforeach
@if(!empty($event->start_date))
{{ \Carbon\Carbon::parse($event->start_date)->format('l, M j') }}
@endif
{{ !empty($event->event_name) ? $event->event_name : '' }}
-
@if(!empty($event->time))
Doors : {{ \Carbon\Carbon::parse($event->time)->format('g:i A') }}
@endif
-
@if(!empty($event->time))
Show : {{ \Carbon\Carbon::parse($event->start_time)->format('g:i A') }}
@endif
-
Location
: {{ !empty($event->location) ? $event->location : '' }}
{{-- - --}}
{{-- {{ !empty($event->organizer_name) ? $event->organizer_name : '' }}--}}
{{--
--}}
-
Ticket Price : {{ !empty($event->price) ? $event->price : '' }}
{{-- {!! !empty($product->detail) ? $product->detail : '' !!}--}}
Buy Ticket
{{-- @if(!empty( $event->map_location))--}}
{{--
--}}
{{--
--}}
{{-- --}}
{{--
--}}
{{--
--}}
{{-- @endif--}}
@php
use Illuminate\Support\Str;
@endphp
@if($event->map_location && Str::startsWith($event->map_location, 'https://www.google.com/maps/embed'))
@else
Map Not Avaiable
@endif
@endsection
@push('event_script')
@endpush
{{ $comments->count() }} Comments
@foreach ($comments as $comment){{ $comment->user->name }}
{{$comment->title ? : ''}}
{{ $comment->created_at->format('l, M d') }}
Title : {{ $comment->title }} Comment : {{ $comment->body }}
Reply to {{ $comment->user->name }}
Reply to {{ $comment->user->name }}
--}} {{-- --}} {{--{{ $reply->user->name }}
{{$reply->title ? : ''}}
{{ $reply->created_at->format('l, M d') }}
{{ $reply->body }}
Post your comment