@extends('doctorpanel.layout.auth-index') @section('title', 'Sign In | Waiting Room') @section('custom-styles') @endsection @section('auth-content')
{{ __('translations.Back') }}

{{ __('translations.Welcome to') }}
{{ __('translations.Waiting Room') }}

{{ __('translations.Login to your account') }}

@csrf
@endsection @section('custom-script') @endsection