@extends('layouts.adminmaster') @section('styles') @endsection @section('content')
@php echo '{{app_name}}' @endphp | : | The Application Name |
@php echo '{{site_url}}' @endphp | : | The Site URL |
@php echo '{{ticket_id}}' @endphp | : | The Ticket ID |
@php echo '{{ticket_user}}' @endphp | : | The Customer name who has opened ticket |
@php echo '{{ticket_title}}' @endphp | : | The Ticket Title |
@php echo '{{ticket_priority}}' @endphp | : | The Ticket Priority |
@php echo '{{user_reply}}' @endphp | : | The Employee's name who reply to the ticket |
@php echo '{{user_role}}' @endphp | : | The Employee's Role |