home page chacnge cartoon

This commit is contained in:
merdan 2020-02-10 18:01:36 +05:00
parent efcc7b52c6
commit 1de5fb340e
2 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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){