@extends('layouts.public-base', ['title' => 'Comments']) @include('templates.handlebar.customer.draft_header') @include('templates.handlebar.customer.comment_with_form') @section('content')
All Comments
@foreach($allProjectComments as $projcom)
{{ucfirst($projcom['title'])}}
@endforeach
@endsection @section('script') @endsection