@extends('layouts.app') @section('page-title')
| # | @lang('modules.tickets.templateHeading') | @lang('app.action') |
|---|---|---|
| {{ $key + 1 }} | {{ ucwords($template->reply_heading) }} |
@php
$access = hasAccessOf('reply_templates');
@endphp
@if( $access['is_write'] || $access['is_delete'])
@else
--@endif |
| @lang('messages.noTemplateFound') | ||