@extends('main')
@section('css')
@endsection
@section('content')
- Home
- Organization Profile
@if ($error_msg)
{{$error_msg}}
@endif
@if ($succ_msg)
{{$succ_msg}}
@endif
@if($prof_det->private || strpos($prof_det->private_permission,'A,') ===false || (isset($prof_det->full_profile) && $prof_det->full_profile))
@endif
@if($prof_det->private || strpos($prof_det->private_permission,'P,') ===false || (isset($prof_det->full_profile) && $prof_det->full_profile))
@endif
@if($prof_det->private || strpos($prof_det->private_permission,'L,') ===false || (isset($prof_det->full_profile) && $prof_det->full_profile))
@endif
@if($prof_det->private || strpos($prof_det->private_permission,'AW,') ===false || (isset($prof_det->full_profile) && $prof_det->full_profile))
@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))
@endif
@if($prof_det->private || strpos($prof_det->private_permission,'Cont,') ===false || (isset($prof_det->full_profile) && $prof_det->full_profile))
@endif
@if($prof_det->private || $funding_data || $fb_data)
Interested to Raise Funding
Funds Businesses
{{--*/
$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