{{ __('Dashboard') }}
{{ __('Welcome back') }}, {{ auth()->user()->name }}
{{ __('Total Property') }}
{{ count($properties) }}
{{ __('Open Ticket') }}
{{ $totalOpenTickets }}
{{ __('Resolved Ticket') }}
{{ $totalResolvedTickets }}
{{ __('Close Ticket') }}
{{ $totalCloseTickets }}
{{ __('Tickets') }}
{{ __('Invoice No') }} | {{ __('Title') }} | {{ __('Details') }} |
---|---|---|
{{ $ticket->ticket_no }} | {{ $ticket->title }} | {{ Str::limit($ticket->details, 50, '...') }} |
{{ __('Notice Board') }}
{{ Str::limit($notice->title, 40, '...') }} |
{{ __('Properties') }}
{{ $loop->iteration }}
|
{{ Str::limit($property->name, 40, '...') }} |