@extends('frontend.layouts.app') @section('title', __('lang.office_login_title')) @section('content')

{{ __('lang.office_login_title') }}

{{ __('lang.'.($channel === 'email' ? 'office_login_lead_email' : 'office_login_lead_phone')) }}

@if (session('status')) {{ session('status') }} @endif
@csrf @if ($channel === 'email') @else @endif {{ __('lang.office_send_otp') }}
@endsection