@extends('livecheck.master') {{------------------------------------------------------------------------- -------------------------------------------------------------------------- Author: Shajedul Hasan Arman - armanhassan504@gmail.com -------------------------------------------------------------------------- Github: https://github.com/sh-arman Linkedin: https://www.linkedin.com/in/armanhassan504 --------------------------------------------------------------------------- --}} @section('content')
@include('livecheck.response') {{-- Code Div --}}
{{-- Phone Div --}}

{{ __('translate.phone-error-null') }}

{{ __('translate.phone-error') }}

{{-- Live Div --}} {{--

{{ __('translate.otp-send') }} 

{{ __('translate.live-error-null') }}

{{ __('translate.live-error') }}

--}} {{-- Buttons --}}
{{-- --}}
@endsection @section('js') @endsection {{-- backup with otp --}} {{-- @extends('livecheck.master') @section('content')
@include('livecheck.response')
@if (Session::has('locale')) @if (Session::get('locale') == 'bn') English @elseif(Session::get('locale') == 'en') বাংলা @endif @else বাংলা @endif

{{ __('translate.code-error-null') }}

{{ __('translate.code-error') }}


{{ __('translate.phone-error-null') }}

{{ __('translate.phone-error') }}

{{ __('translate.otp-send') }} 

{{ __('translate.live-error-null') }}

{{ __('translate.live-error') }}

@endsection --}} {{-- @section('js') @endsection --}}