uawdijnntqw1x1x1
IP : 3.149.24.70
Hostname : host45.registrar-servers.com
Kernel : Linux host45.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
jackpotjunglegam
/
public_html
/
80d3f
/
.
/
..
/
3920c
/
..
/
core
/
resources
/
views
/
admin
/
reports.blade.php
/
/
@extends('admin.layouts.app') @section('panel') <div class="row mb-none-30"> <div class="col-md-12"> <div class="card b-radius--10"> <div class="card-body p-0"> <div class="table-responsive--md table-responsive"> <table class="table--light style--two table"> <thead> <tr> <th>@lang('Type')</th> <th>@lang('Message')</th> <th>@lang('Status')</th> </tr> </thead> <tbody> @forelse($reports as $report) <tr> <td>{{ @$report->req_type }}</td> <td class="white-space-wrap text-center">{{ @$report->message }}</td> <td><span class="badge badge--{{ @$report->status_class }}">{{ @$report->status_text }}</span></td> </tr> @empty <tr> <td class="text-center" colspan="100%">{{ __($emptyMessage) }}</td> </tr> @endforelse </tbody> </table><!-- table end --> </div> </div> </div> </div> </div> <div class="modal fade" id="bugModal" role="dialog" aria-labelledby="bugModalLabel" aria-hidden="true" tabindex="-1"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="bugModalLabel">@lang('Report & Request')</h5> <button class="close" data-bs-dismiss="modal" type="button" aria-label="Close"> <i class="las la-times"></i> </button> </div> <form action method="post"> @csrf <div class="modal-body"> <div class="form-group"> <label>@lang('Type')</label> <select class="form-control" name="type" required> <option value="bug" @selected(old('type') == 'bug')>@lang('Report Bug')</option> <option value="feature" @selected(old('type') == 'feature')>@lang('Feature Request')</option> </select> </div> <div class="form-group"> <label>@lang('Message')</label> <textarea class="form-control" name="message" rows="5" required>{{ old('message') }}</textarea> </div> </div> <div class="modal-footer"> <button class="btn btn--primary w-100 h-45" type="submit">@lang('Submit')</button> </div> </form> </div> </div> </div> @endsection @push('breadcrumb-plugins') <button class="btn btn-sm btn-outline--primary" data-bs-toggle="modal" data-bs-target="#bugModal"><i class="las la-bug"></i> @lang('Report a bug')</button> <a class="btn btn-sm btn-outline--primary" href="https://viserlab.com/support" target="_blank"><i class="las la-headset"></i> @lang('Request for Support')</a> @endpush
/home/jackpotjunglegam/public_html/80d3f/./../3920c/../core/resources/views/admin/reports.blade.php