@extends('reachassuree_agent/layouts.main') @section('title', $data['title']) @section('content')
@if(agentDetails(3) != '')

Welcome to {{agentDetails(3)}} !

@else

Welcome to Reach Assuree !

@endif
{{ $data['message'] }}
@if (getHostBaseUrl() == 1) @else @endif
{{ Auth::user()->first_name }} {{ Auth::user()->last_name }}

{{ getUserType(Auth::user()->type) }}

Agent Code : {{ Auth::user()->agent_code }}
@endsection