@extends('layouts.front') @push('css') @endpush @section('content')

@lang('Login/Register')

@includeIf('partials.user.form-both') @csrf
@includeIf('partials.front.cta') @endsection @push('js') @endpush