Google

It is common to have google review for tagging the tickets. These categories are used to classify the tickets based on their type, priority, or department.

@forelse($googlereview_apps_location ?? [] as $googlereview_app_location) @empty @endforelse
#
Account Name Location Name Location ID Created At Action
{{$loop->index +1 }}
{{$googlereview_app_location->google_review_app_id == null ? "-" : $googlereview_app_location->googleReviewApp->account_name}} {{$googlereview_app_location->location_name}} {{$googlereview_app_location->location_id}} {{$googlereview_app_location->created_at->diffForHumans()}}
There is no google review app found
{{-- {!! $googlereview_apps->links() !!}--}}