Grievance Type List
Create Grievance Type| S no | Grievance Type Name | User | Actions |
|---|---|---|---|
| {{ $loop->index + 1 }} | {{ $item->name }} | {{ $item->user->name }} | Edit {{$item->status=='0' ? 'active' : 'inactive'}} |
@extends('dashboard.layout.master') @section('content')
| S no | Grievance Type Name | User | Actions |
|---|---|---|---|
| {{ $loop->index + 1 }} | {{ $item->name }} | {{ $item->user->name }} | Edit {{$item->status=='0' ? 'active' : 'inactive'}} |