@extends($activeTemplate . 'layouts.frontend') @section('content') @php $auth = getContent('authentication.content', true); $credentials = $general->socialite_credentials; @endphp
@if(!empty($auth?->data_values?->auth_image)) @lang('Banner Image') @else @lang('Default Banner') @endif
@endsection