@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 }}
@t('auth.auth.via_login')