--}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- লগইন--}}
{{-- --}}
{{--
--}}
Welcome to Ishtira Corporation
{{-- ডাউনলোড নতুন মোবাইল অ্যাপ--}}
{{-- {{ __('কাস্টমার রেজিষ্ট্রেশন') }} >--}}
@if (count($errors) > 0)
@endif
@if (session()->has('warning'))
- *পাসওয়ার্ড ভূলে গেছেন?
@foreach ($errors->all() as $error)
- দুঃখিত! আপনার নাম্বার অথবা পাসওয়ার্ডটি ভূল দিয়েছেন। পার্সওয়ার্ড ভূলে গেলে "পাসওয়ার্ড ভূলে গেছেন?" বাটনে ক্লিক করুন। @endforeach
{{ session()->get('warning') }}
@endif
@if (session()->has('message'))
{{ session()->get('message') }}
@endif
{{-- Login with xing --}}