seeder-migration-issues
This commit is contained in:
@@ -217,7 +217,7 @@ active
|
||||
<td>
|
||||
<div class="side-by-side clearfix moveleft">
|
||||
<?php
|
||||
$path = base_path('resources/lang');
|
||||
$path = base_path('lang');
|
||||
$values = scandir($path);
|
||||
$values = array_slice($values, 2);
|
||||
$show = [];
|
||||
|
||||
@@ -38,14 +38,16 @@ active
|
||||
<h2>{!! Lang::get('lang.next_step') !!}</h2>
|
||||
<ul>
|
||||
|
||||
@if(\Event::fire('helpdesk.apply.whitelabel'))
|
||||
<li class="setup-product"><a class="button button-primary button-large" href="{!! url('auth/login') !!}" style="float: none; text-align: center; font-size: 24px; padding: 15px; line-height: 1;">{!! Lang::get('lang.login_to_helpdesk') !!}</a>
|
||||
<li class="setup-product"><a class="button button-primary button-large" href="{!! url('auth/login') !!}" style="float: none; text-align: center; font-size: 24px; padding: 15px; line-height: 1;">{!! Lang::get('lang.login_to_faveo') !!}</a>
|
||||
</li>
|
||||
@else
|
||||
{{-- @if(\Illuminate\Support\Facades\Event::dispatch('helpdesk.apply.whitelabel'))--}}
|
||||
{{-- <li class="setup-product"><a class="button button-primary button-large" href="{!! url('auth/login') !!}" style="float: none; text-align: center; font-size: 24px; padding: 15px; line-height: 1;">{!! Lang::get('lang.login_to_helpdesk') !!}</a>--}}
|
||||
{{-- </li>--}}
|
||||
{{-- @else--}}
|
||||
|
||||
<li class="setup-product"><a class="button button-primary button-large" href="{!! url('auth/login') !!}" style="float: none; text-align: center; font-size: 24px; padding: 15px; line-height: 1;">{!! Lang::get('lang.login_to_faveo') !!}</a>
|
||||
</li>
|
||||
@endif
|
||||
{{-- <li class="setup-product"><a class="button button-primary button-large" href="{!! url('auth/login') !!}" style="float: none; text-align: center; font-size: 24px; padding: 15px; line-height: 1;">{!! Lang::get('lang.login_to_faveo') !!}</a>--}}
|
||||
{{-- </li>--}}
|
||||
{{-- @endif--}}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user