@extends('layout.app') @section('title', ' Waiting Room | Bugs Listing') @section('custom-css') @endsection @section('content')

{{ __('translations.Bugs Listing') }}

{{ __('translations.No.') }} {{ __('translations.Bug Title') }} {{ __('translations.Description') }} {{ __('translations.Attachments') }} {{ __('translations.Priority') }} {{ __('translations.Status') }} {{ __('translations.Reported Date') }}
1 {{ __('translations.Unable to Report a bug') }} {{ __('translations.Unable to report a bug, Form Submission is not working') }}
{{ __('translations.Medium') }} {{ __('translations.Pending') }} {{ __('translations.Nov 21th 2024 09:21 AM') }}
@endsection @section('custom-script') @endsection