@extends('layouts.app') @section('title', __('lang_v1.support_ticket_dashboard')) @section('content')

{{ __('lang_v1.support_ticket_dashboard') }}

@if(auth()->user()->can('superadmin')) @component('components.filters', ['title' => __('report.filters')])
{!! Form::label('support_ticket_dashboard_filter_business_id', __('superadmin::lang.business_name') . ':') !!} {!! Form::select('support_ticket_dashboard_filter_business_id', $businesses, null, [ 'class' => 'form-control select2', 'style' => 'width:100%', 'placeholder' => __('lang_v1.all'), ]) !!}
@endcomponent @endif
@component('components.widget', ['class' => 'box-primary'])
@lang('lang_v1.ticket_number') @lang('superadmin::lang.business_name') @lang('sale.product') @lang('purchase.grn_no') @lang('lang_v1.purchase_order') @lang('purchase.location') @lang('lang_v1.ticket_type') @lang('purchase.quantity_damaged') @lang('purchase.quantity_lost') @lang('lang_v1.tat_due_by') @lang('sale.status') @lang('messages.action')
@endcomponent
@endsection @section('css') @endsection @section('javascript') @if(auth()->user()->can('superadmin')) @endif @endsection