@extends('main') @section('css') @endsection @section('content')
@if ($error_msg)
{{$error_msg}}
@endif @if ($succ_msg)
{{$succ_msg}}
@endif

Name

@if($prof_det->private)
@if($prof_det->name) Edit @else You can add your name here @endif
@endif
{{$prof_det->name}}
@if($prof_det->private || strpos($prof_det->private_permission,'A,') ===false || (isset($prof_det->full_profile) && $prof_det->full_profile))

About us @if($prof_det->private) @if(strpos($prof_det->private_permission,'A,') === false) @else @endif @endif

@if($prof_det->private)
@if($prof_det->about_us) Edit @else You can add about us here @endif
@endif
{{$prof_det->about_us}}
@endif @if($prof_det->private || strpos($prof_det->private_permission,'P,') ===false || (isset($prof_det->full_profile) && $prof_det->full_profile))

Products / Services @if($prof_det->private) @if(strpos($prof_det->private_permission,'P,') === false) @else @endif @endif

@if($prof_det->private)
@if($prof_det->products_services) Edit @else Add description here @endif
@endif
{{$prof_det->products_services}}
@endif @if($prof_det->private || strpos($prof_det->private_permission,'L,') ===false || (isset($prof_det->full_profile) && $prof_det->full_profile))

Location(s) @if($prof_det->private) @if(strpos($prof_det->private_permission,'L,') === false) @else @endif @endif

@if($prof_det->private)
You can add locations here
@endif
@foreach($profile_loc as $loc)
  • {{$loc['loc_name']}}
  • {{$loc['loc_number']}}
  • {{$loc['loc_street']}}
  • {{$loc['loc_city']}}
  • {{$loc['loc_state']}}
  • {{$loc['loc_zip']}}
  • {{$loc['loc_country']}}
  • {{$loc['loc_description']}}
@if($prof_det->private)
   
@endif
@endforeach
@endif @if($prof_det->private || strpos($prof_det->private_permission,'AW,') ===false || (isset($prof_det->full_profile) && $prof_det->full_profile))

Awards @if($prof_det->private) @if(strpos($prof_det->private_permission,'AW,') === false) @else @endif @endif

@if($prof_det->private)
You can add your awards here
@endif
@foreach($profile_aw as $aw)
  • @if($aw['from_date']) {{$aw['from_date']}} @endif
  • {{$aw['aw_company']}}
  • {{$aw['aw_description']}}
  • {{$aw['aw_location']}}
@if($prof_det->private)
   
@endif
@endforeach
  • Award
@endif @if($prof_det->is_approve=='NO' && ($prof_det->id != Session::get('auth_selected_profile')) && $prof_det->status_business != 'Business')

Status

Sorry! You cannot view the business details of organization until it is approved by Administrator
@endif
@if($prof_det->private || strpos($prof_det->private_permission,'W,') ===false || (isset($prof_det->full_profile) && $prof_det->full_profile))

Why us @if($prof_det->private) @if(strpos($prof_det->private_permission,'W,') === false) @else @endif @endif

@if($prof_det->private)
@if($prof_det->why_us) Edit @else You can add description here @endif
@endif
{{$prof_det->why_us}}
@endif @if($prof_det->private || strpos($prof_det->private_permission,'Cont,') ===false || (isset($prof_det->full_profile) && $prof_det->full_profile))

Contact Info @if($prof_det->private) @if(strpos($prof_det->private_permission,'Cont,') === false) @else @endif @endif

@if($prof_det->private)
@if($prof_det->contact_info) Edit @else You can add contact information here @endif
@endif
{{$prof_det->contact_info}}
@endif
@if($prof_det->private || $funding_data || $fb_data)
{{--*/ $funding = array('1'=>'Raise Funding','2'=>'Funding Businesses'); $funding_content = array('1'=>'Rasing_Funding','2'=>'Funding_Businesses'); $funding_files = array('1'=>'funding','2'=>'funding','0'=>'funding'); $funding_active=''; $funding_content_active = ''; /*--}}
@if($prof_det->private)
@include('profile.'.$funding_files[$val],array('funding'=>$val))
@else
@include('profile.'.$funding_files[$val]."_public",array('funding'=>$val))
@endif
@endif
@endsection @section('js') @endsection