@extends('super_admin.layouts.app') @push('title') {{ __('Profile') }} @endpush @section('content')

{{ __('Settings') }}

  • {{ __('Google Authentication (Recommended)') }}

    {{ __('Protect your account and transactions.') }}

    @if (auth()->user()->google_auth_status == 1) @else @endif
@csrf

{{ __('Personal Info') }}

{{ __('Change Password') }}

@endsection @push('script') @endpush