@extends('website.layouts.header') @section('styles') @endsection @section('content') @if(!empty($project_details)) @foreach($project_details as $project) @if($errors->any())
{{$errors->first()}}!
@endif
@if(!empty($project_images)) @foreach($project_images as $p_img) @if($project->id == $p_img->project_id )
@endif @endforeach @endif @php if(isset($project_videos)){ foreach($project_videos as $v){ if($project->id == $v->project_id ){ @endphp
@php echo $v->video_url; @endphp
@php } } } @endphp

@if(!empty($project->project_title)){{ $project->project_title }}@endif

Website Link
    @if(!empty($categories)) @foreach($categories as $category)
  • @php $idcat = Crypt::encrypt($category->id); @endphp {{ $category->name}}
  • @endforeach @endif @if(!empty($categories_two)) @foreach($categories_two as $category_two)
  • @php $idcat2 = Crypt::encrypt($category_two->id); @endphp {{ $category_two->name }}
  • @endforeach @endif

About The Project

@php echo substr($project->project_desc, 0, 1500); @endphp

@php $maxcount = strlen($project->project_desc); @endphp @php if($maxcount > 1500){ @endphp

@php echo substr($project->project_desc, 1500, $maxcount); @endphp

@php } @endphp @if($maxcount > 1500)
@endif
@if(!empty($comments)) @foreach($comments as $comment) @if(!empty($comment->investor_id)) @if(!empty($all_users)) @foreach($all_users as $all_user) @if(!empty($all_user->id == $comment->investor_id)) @php $idu = Crypt::encrypt($all_user->id); @endphp @else @endif @endforeach @endif @else @if(!empty($all_users)) @foreach($all_users as $all_user) @if(!empty($all_user->id == $comment->inventor_id)) @php $idu = Crypt::encrypt($all_user->id); @endphp @else @endif @endforeach @endif @endif @endforeach @endif
{{ csrf_field() }}
@if(Auth::check())
@else Send @endif
@if(isset($users)) @foreach($users as $user)
@php $idu = Crypt::encrypt($user->id); @endphp @php $ide = Crypt::encrypt($project->id); @endphp Chat
@endforeach @endif
{{ csrf_field() }}

Project price

@if(!empty($project->investor_amount))${{ $project->investor_amount }}@endif

What's included?

@php $ide = Crypt::encrypt($project->id); @endphp @if(isset($favoritelist)) @if(count($favoritelist)> 0) @php foreach($favoritelist as $value){ $array[] = $value->project_id; } if (in_array($project->id, $array)){ @endphp watchlist @php }else{ @endphp watchlist @php } @endphp @else watchlist @endif @else @if(Auth::check() && Auth::user()->role == 'admin') watchlist @else watchlist @endif @endif

Lorem ipsum dolor sit amet consectetur adipisicing elit. Fugiat quaerat nissimos doloremque impedit provident delectus.

read more...
@endforeach @endif @endsection @section('scripts') @endsection