@extends('adminlte::page') @section('title', $title) @section('content_header')

{{@$title}}

@stop @section('content') @include('admin.includes.notification')

Description of {{$result->name}}

Name

{{($result->name)?$result->name:'-'}}

Email

{{$result->email?$result->email:'-'}}

Contact Number

{{$result->contact_no?$result->contact_no:'-'}}

FFR No

{{$result->ffr_no?$result->ffr_no:'-'}}

Specility Code

{{$result->specility_code?$result->specility_code:'-'}}

Position Code

{{$result->pos_code?$result->pos_code:'-'}}

CND

{{$result->cnd?$result->cnd:'-'}}

Profile Status

@if($result->profile_status=='basic_sel') Basic Sell @elseif($result->profile_status=='product_sel') Product Sell @elseif($result->profile_status=='completed') Completed @else - @endif

Potential Type

@if($result->potential_type=='monthly') Monthly @elseif($result->potential_type=='quarterly') Quarterly @elseif($result->potential_type=='yearly') Yearly @elseif($result->potential_type=='half_yearly') Half Yearly @else - @endif

@stop