@extends('layouts.app') @section('css') @endsection @section('page-header')
{{ __('Words Generated') }}
{{ __('Documents Saved') }}
{{ __('Images Created') }}
{{ __('Voiceover Tasks') }}
{{ __('Audio Transcribed') }}
{{ __('Pro') }}
@elseif($chat->category == 'free'){{ __('Free') }}
@elseif($chat->category == 'premium'){{ __('Premium') }}
@endif{{ __('Pro') }}
@elseif($chat->category == 'free'){{ __('Free') }}
@elseif($chat->category == 'premium'){{ __('Premium') }}
@endif{{ __('Pro') }}
@elseif($template->package == 'free'){{ __('Free') }}
@elseif($template->package == 'premium'){{ __('Premium') }}
@endif{{ __($template->description) }}
{{ __('Pro') }}
@elseif($template->package == 'free'){{ __('Free') }}
@elseif($template->package == 'premium'){{ __('Premium') }}
@endif{{ __($template->description) }}
{{ __('Document Name') }} | {{ __('Words') }} | {{ __('Workbook') }} | {{ __('Category') }} | {{ __('Last Activity') }} |
---|---|---|---|---|
{{ $data->words }} | {{ ucfirst($data->workbook) }} | {{ __(ucfirst($data->group)) }} | {{ \Carbon\Carbon::parse($data->updated_at)->diffForHumans() }} | id ) }}">{{ __('View') }} |
{{ __('Ticket ID') }} | {{ __('Subject') }} | {{ __('Category') }} | {{ __('Status') }} | {{ __('Last Updated') }} |
---|---|---|---|---|
ticket_id ) }}">{{ $data->ticket_id }} | {{ ucfirst($data->subject) }} | {{ ucfirst($data->category) }} | {{ __(ucfirst($data->status)) }} | {{ \Carbon\Carbon::parse($data->updated_at)->diffForHumans() }} | ticket_id ) }}">{{ __('View') }} |
@if ($notification->data['action'] == 'Action Required') {{ __('Action Required') }} @else {{ __('No Action Required') }} @endif
{{ \Carbon\Carbon::parse($notification->created_at)->format('M d, Y') }}