@extends('layouts.front') @section('css') @endsection @section('content')

@lang('Welcome Back! Please login With Otp')

@csrf
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@endsection