home page chacnge cartoon
This commit is contained in:
parent
efcc7b52c6
commit
1de5fb340e
|
|
@ -36,7 +36,7 @@
|
|||
{{-- <b>{{$event->organiser->name}}</b> @lang("Public_ViewEvent.presents")--}}
|
||||
{{-- @lang("Public_ViewEvent.at")--}}
|
||||
<span property="location" typeof="Place">
|
||||
<i class="fa fa-location-arrow"></i>
|
||||
<i class="fa fa-map-marker"></i>
|
||||
<b property="name">{{$event->venue->venue_name}}</b>
|
||||
<meta property="address" content="{{ urldecode($event->venue->venue_name) }}">
|
||||
</span>
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ Breadcrumbs::for('category', function ($trail, $category){
|
|||
|
||||
Breadcrumbs::for('event',function($trail, $event){
|
||||
$trail->parent('category', $event->mainCategory);
|
||||
$trail->push($event->title,$event->event_url);
|
||||
$trail->push($event->title??$event->title_ru,$event->event_url);
|
||||
});
|
||||
|
||||
Breadcrumbs::for('seats',function ($trail,$event){
|
||||
|
|
|
|||
Loading…
Reference in New Issue