Venues public ready for Test

This commit is contained in:
merdan 2020-03-27 13:47:51 +05:00
parent 6e871bc7e3
commit bd0e2e50ca
4 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@
<ul class="list-group w-100 " style="float: left;height: 100%; background-color: #ffffff; z-index: 10;position: relative;color: #000000;font-size: 17px;">
<li class="list-group-item border-0 pl-0">
<h3>@lang('ClientSide.venues')</h3><div style="background-color: rgba(211,61,51,1);height: 5px;width: 80px;margin-bottom: 15px;"></div> </li>
<h3>@lang('ClientSide.concert_halls')</h3><div style="background-color: rgba(211,61,51,1);height: 5px;width: 80px;margin-bottom: 15px;"></div> </li>
@foreach($venues as $venue)
<li class="list-group-item border-0 pl-0">
<a class="text-dark capitalizer" href="{{route('venues',['id'=>$venue->id])}}">{{$venue->venue_name}}</a></li>

View File

@ -45,7 +45,7 @@
<li><a class='text-uppercase' href="{{route('about',['page'=>'introduction'])}}">{{__('ClientSide.introduction')}}</a></li>
<li><a class='text-uppercase' href="{{route('about',['page'=>'how_to_buy'])}}">{{__("ClientSide.how_to_buy")}}</a></li>
<li><a class='text-uppercase' href="{{route('about',['page'=>'questions'])}}">{{__("ClientSide.questions")}}</a></li>
<li><a class='text-uppercase' href="{{route('about',['page'=>'concert_halls'])}}">{{__("ClientSide.concert_halls")}}</a></li>
<li><a class='text-uppercase' href="{{route('venues')}}">{{__("ClientSide.concert_halls")}}</a></li>
</ul>
</div>
<div class="col-3 col-3-with-text">

View File

@ -11,7 +11,7 @@
<ul class="list-group w-100 " style="float: left;height: 100%; background-color: #ffffff; z-index: 10;position: relative;color: #000000;font-size: 17px;">
<li class="list-group-item border-0 pl-0">
<h3>@lang('ClientSide.venues')</h3><div style="background-color: rgba(211,61,51,1);height: 5px;width: 80px;margin-bottom: 15px;"></div> </li>
<h3>@lang('ClientSide.concert_halls')</h3><div style="background-color: rgba(211,61,51,1);height: 5px;width: 80px;margin-bottom: 15px;"></div> </li>
@foreach($venues as $venue)
<li class="list-group-item border-0 pl-0">
<a class="text-dark capitalizer" href="{{route('venues',['id'=>$venue->id])}}">{{$venue->venue_name}}</a></li>

View File

@ -36,7 +36,7 @@
<ul>
<li><a class='text-uppercase' href="{{route('about',['page'=>'refund'])}}">{{__("ClientSide.refund")}}</a></li>
<li><a class='text-uppercase' href="{{route('about',['page'=>'organizers'])}}">{{__("ClientSide.organizers")}}</a></li>
<li><a class='text-uppercase' href="{{route('about',['page'=>'concert_halls'])}}">{{__("ClientSide.concert_halls")}}</a></li>
<li><a class='text-uppercase' href="{{route('venues')}}">{{__("ClientSide.concert_halls")}}</a></li>
<li><a style="color: #ffffff; cursor: pointer" data-toggle="modal" data-target="#exampleModalCenter">{{__("ClientSide.addEvent")}}</a></li>
</ul>
</div>