@extends('layouts.front') @push('css') @endpush @section('content') @lang('Login/Register') @includeIf('partials.user.form-both') @csrf @lang('Please Enter Your Phone Number') @if ($errors->has('phone')) {{ $errors->first('phone') }} @endif @lang('Continue') @lang('Have You Already An account')? @lang('Login') @includeIf('partials.front.cta') @endsection @push('js') @endpush
@lang('Have You Already An account')? @lang('Login')