@extends('layout.master') @push('plugin-styles') @endpush @section('content') {{-- --}} @if(Session::has('msg')) @elseif(Session::has('success')) @endif
Complaint
{{--

Read the Official DataTables Documentation for a full list of instructions and other options.

--}}
@php $SR_No = 1; @endphp @foreach($data as $value) @if($value['role'] != 'Admin') @endif @endforeach {{-- --}}
SL.No Username Title Content Created Date Action
{{$value['userName']}} @if($value['title']=="Facing issue with printer") प्रिंटरमध्ये समस्या आहे @elseif($value['title']=="Facing issue with scanner") स्कॅनरमध्ये समस्या आहे @elseif($value['title']=="Facing issue with Result") निकालात समस्या आहे @elseif($value['title']=="Facing Issue with Barcode") बारकोडमध्ये समस्या आहे @elseif($value['title']=="Facing issue with software") सॉफ्टवेअरमध्ये समस्या आहे @endif @if($value['content']=="") -- @else {{ $value['content'] }} @endif {{date("d-m-Y h:i:s A",strtotime($value['createdAt'])) }}
1306 100653 Sham bhau 500127 0.00 TN 46.00
@endsection @push('plugin-scripts') @endpush @push('custom-scripts') {{-- --}} @endpush