@extends('admin.layouts.master') @section('title', 'Support Admin ') @section('maincontent') @include('admin.layouts.topbar',$data)
{{ $error}}
@endforeach{{ __('#') }} | {{ __('User Details') }} | {{ __('Issue') }} | {{ __('Subject') }} | {{ __('Status') }} | {{ __('Reply') }} | {{ __('Action') }} | @if ($supports) @foreach ($supports as $data)|
---|---|---|---|---|---|---|---|
{{ $loop->iteration }} |
|
{{ $data->SupportType->name}} | {{ $data->subject }} | @if($data->status == 0) {{ __('Pending')}} @else {{ __('Close')}} @endif | @if($data->status != 1) {{ __('Reply') }} @else {{ __('Close Support')}} @endif |
@can('pages.delete')
{{ __("Delete") }}
@endcan
{{ __('Delete') }}{{ __('Are You Sure ?')}}{{ __('Do you really want to delete')}} {{$data->title}} ? {{ __('This process cannot be undone.')}} {{ __('Reply Issue') }} |
{{ __('Do you really want to delete selected item ? This process cannot be undone') }}.