@extends('back.layout.app') @section('title', config('app.name') . ' - ' . $customer->name) @php $breadcrumb = 'crm.clients'; @endphp @push('styles') @endpush @section('content')
{{ $item->comment }}
{{ $item->created_at }} @if ($item->user) · {{ $item->user->firstname }} @endif @endif