@php use App\Helpers\Helper; use Request as Input; use Carbon\Carbon; @endphp @extends('layouts.master') @section('title', 'Contact Note') @section('content')
Details
Comment
{{ isset($history->comment) ? $history->comment : '' }}