{{-- Extends layout --}} @extends('layouts.default') {{-- Styles Section --}} @section('styles') Ivrfai | My Candidate @endsection {{-- Content --}} @section('content')
@if(Session::has('message'))

{{ Session::get('message') }}

@endif
User Avatar

{{ session()->get('first_name') }}

Admin

Ph no: {{ session()->get('mobile') }}

Verified

User Avatar User Avatar User Avatar User Avatar User Avatar User Avatar
User Avatar

{{ $account->b2b_company_name }}

{{ $account->email }}

Ph no: {{ $account->mobile }}

Verified

{{ $account->b2b_brand_name }}

GST No: {{ $account->b2b_gst_no }}

PAN No: {{ $account->b2b_pan_no }}

{{ $account->b2b_website }}



Preferences






General Settings


Change Password

Two factor verification

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

@endsection @section('scripts') @if (app()->isLocal()) @else @endif @endsection