@extends('admin.layouts.master') @section('title', 'Services - Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
{{ $error}}
@endforeach{{ __('Users Details') }} | {{ __('Message') }} | {{ __('Status') }} | {{ __('Reply') }} | {{ __('Action') }} | |
---|---|---|---|---|---|
|
{{ $data->message }} | @if($data->status == 0) {{ __('Pending')}} @else {{ __('Close')}} @endif | @if($data->status != 1) {{ __('Reply') }} @else {{ __('Close Support')}} @endif |
|
{{ __('Do you really want to delete the selected records? This action cannot be undone.') }}