@extends('includes.layout') @section('content')

Inbox UI Change

@php $toggleFields = [ 'view' => 'View', 'hash' => '#', 'originalid' => 'Original Ticket #', 'username' => 'User Name', 'subject' => 'Subject', 'assignee' => 'Assignee', 'email_received_date' => 'Email Received Date', 'due_date' => 'Due Date', 'status' => 'Status', 'markas' => 'Mark As', 'priority' => 'Priority', 'tagcategory' => 'Category', 'instant_action' => 'Instant Action', 'smart_schedule' => 'Smart Schedule', 'internal_thread' => 'Internal Thread' ]; @endphp @foreach($settings as $setting)
{{ $setting->category }}
@endforeach
@endsection