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
@extends('website.layouts.header') @section('styles') @endsection @section('content') @if(!empty($project_details)) @foreach($project_details as $project) @if($errors->any())
@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
@if(!empty($user->email)){{ $user->email }}@endif
{{ $comment->comment }}
{{ $comment->comment }}