@extends('master.layouts.app') @include('templates.handlebar.admin.comment_detail') @section('content')
@foreach($allProjectComments as $projcom)
{{$projcom['title']}}
@endforeach
@endsection @section('script') @endsection