@extends('user.layout.auth-index') @section('title', 'SignIn') @section('custom-styles') @endsection @section('auth-content') {{ __('translations.Back') }} {{ __('translations.Welcome to') }} {{ __('translations.Waiting Room') }} {{ __('translations.Login to your account') }} @csrf {{ __('translations.SIGN IN') }} {{ __('translations.Dont you have an account?') }} {{ __('translations.Sign Up here') }} {{ __('translations.Login as') }} {{ __('translations.Doctor') }} @endsection @section('custom-script') @endsection
{{ __('translations.Login to your account') }}
{{ __('translations.Dont you have an account?') }} {{ __('translations.Sign Up here') }}
{{ __('translations.Login as') }} {{ __('translations.Doctor') }}