@extends ('../welcome')
@section('content')
user()->type == 'admin' ||auth()->user()->role->hasPermission('ticket-actions-export')? 'example2': 'nonExport' }}
class="table table-bordered table-striped">
| Ticket ID |
Action Creator |
Ticket Type |
Ticket Creation Date |
Unit |
Client Name |
Client Mobile |
Action |
Details |
Assigned User |
Action created at |
@foreach ($actions as $action)
{{-- @if ($action->event == 'follow_up' || $action->event == 'done' || $action->event == 'Create' || $action->event == 'Assign-User') --}}