@php $companySetup = \App\Models\CompanySetup::first(); @endphp {{ $companySetup->company_name ?? config('app.name') }} - PIN @if($companySetup && $companySetup->fav_icon) @endif

Type your PIN

Account: {{ auth()->user()->phone ?? auth()->user()->email }}

@if(session('status'))
{{ session('status') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@for($i = 1; $i <= 4; $i++) @endfor
@error('pin')

{{ $message }}

@enderror