@extends('front.layouts.app') @section('content')
Enter Your Phone Number
@if(session('error'))
{{ session('error') }}
@endif
@csrf
@endsection @push('footer-scripts') @endpush