Allow case handlers to send feedback
Add New

Feedback templates

@foreach ($form->feedback_templates as $template) @endforeach
Name Content Documents
{{ $template->name }}
{!! $template->text !!}
@foreach ($template->docs() as $doc)
  • {{ $doc->original_file_name() }}
  • @endforeach
    Created by {{ $template->user->name }} on {{ $template->created_at->format('d/m/Y') }} at {{ $template->created_at->format('h:i A') }} @include('head_office.user_card_component', [ 'user' => $template->user, ])
    Last Modified by {{ $template->modified_by->name }} on {{ $template->updated_at->format('d/m/Y') }} at {{ $template->updated_at->format('h:i A') }} @include('head_office.user_card_component', [ 'user' => $template->modified_by, ])
    Make Reason for Closing Case mandatory
    Add New

    Close case reason templates

    @foreach ($form->close_case_templates as $template) @endforeach
    Name Content Documents
    {{ $template->name }}
    {!! $template->text !!}
    @foreach ($template->docs() as $doc)
  • {{ $doc->original_file_name() }}
  • @endforeach
    Created by {{ $template->user->name }} on {{ $template->created_at->format('d/m/Y') }} at {{ $template->created_at->format('h:i A') }} @include('head_office.user_card_component', [ 'user' => $template->user, ])
    Last Modified by {{ $template->modified_by->name }} on {{ $template->updated_at->format('d/m/Y') }} at {{ $template->updated_at->format('h:i A') }} @include('head_office.user_card_component', [ 'user' => $template->modified_by, ])