/
home
/
sditechnicalteam
/
public_html
/
resources
/
views
/
components
/
File Upload :
llllll
Current File: //home/sditechnicalteam/public_html/resources/views/components/app-title.blade.php
<!-- PAGE TITLE START --> <div {{ $attributes->merge(['class' => 'page-title']) }}> <div class="page-heading"> <h2 class="mb-0 pr-3 text-dark f-18 font-weight-bold">{{ $pageTitle }} <span class="text-lightest f-12 f-w-500 ml-2"> <a href="{{ url('/') }}" class="text-lightest">@lang('app.menu.home')</a> • @php $link = ''; @endphp @for ($i = 1; $i <= count(Request::segments()); $i++) @if (($i < count(Request::segments())) && ($i> 0)) @php $link .= '/' . Request::segment($i); @endphp @if (Request::segment($i) != 'account') <a href="<?= str_contains(url()->current(),'public')?'/public'.$link:$link ?>" class="text-lightest">{{ mb_ucwords(str_replace('-', ' ', Request::segment($i))) }}</a> • @endif @else {{ $pageTitle }} @endif @endfor </span> </h2> </div> </div> <!-- PAGE TITLE END -->
Copyright ©2k19 -
Hexid
|
Tex7ure