@include('frontend.partials.head', ['title' => 'Fily | Customer Login']) @include('frontend.partials.header')
Customer access

Find saved listings and manage your profile.

Continue your search across jobs, rentals, hostels, and trusted services.

Customer mobile login

Enter your mobile number and verify the OTP to continue.

@if (session('status')) @endif @if ($errors->any()) @endif
@csrf
@for ($i = 1; $i <= 6; $i++) @endfor
{{--
Use the OTP sent to your mobile number. Testing bypass numbers can continue with 123456.
--}}
Want to list services instead? Provider login
@include('frontend.partials.footer') @if (session('auth_alert'))
report
Account access paused

{{ session('auth_alert') }}

@endif