@if(Auth::guard('admin')->check())
@if (!empty( $title ))
@if ( is_array($title) )
@foreach( $title as $key => $value )
@if( !empty($value) )
{!! $value ?? '' !!}
@else
{{ $key ?? '' }}
@endif
@endforeach
@else
{{ $title ?? '' }}
@endif
@endif
@include('layouts.limitless_light.navbar_aplikasi')
@include('layouts.limitless_light.navbar_profile')
@endif