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

@lang('Login/Register')

@includeIf('partials.user.form-both') @csrf
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@lang('Or')
@includeIf('partials.front.cta') @endsection @push('js') @endpush