@extends('layouts.custom-app') @section('styles') @endsection @section('class')
@endsection @section('content')
@csrf Login
@if ($errors->has('email'))
@endif @if ($errors->has('password'))
@endif @if (Session::has('error'))
@endif
{{-- --}} {{-- --}}
{{--
Note : Login with registered mobile number to generate OTP.
--}}
@endsection @section('scripts') @endsection