@extends(tt('layout.blade.php')) @push('header') @at(tt('assets/styles/pages/auth.scss')) @endpush @section('title') {{ !empty(page()->title) ? page()->title : t('auth.auth.title') }} @endsection @push('auth_socials') @foreach ($social as $key => $item) {!! $item !!}

{{ $key }}

@endforeach @endpush @push('content') @navbar
@navigation @breadcrumb @editor @stack('container')

{{ t('auth.auth.title') }}

@stack('auth_socials')
@if (sizeof($social) > 0 && !config('auth.only_social', false))

@t('auth.auth.via_login')

@endif
@flash @if (!config('auth.only_social', false) || (config('auth.only_social') && social()->isEmpty()))
{!! $form !!}
@endif
@endpush @footer