@extends('backend.layouts.form') @section('title', __('Complaint-Type')) @section('content')
@if(count($complaintTypeList) > 0)| {{ __('#') }} | {{ __('Title') }} | {{ __('Complaint Type') }} | {{ __('Created Date') }} | {{ __('Action') }} |
|---|---|---|---|---|
| {{ $key+1 }} | {{ $complaintType->title }} | {{ $complaintType->type }} | {{ vDate($complaintType->created_at) }} |
|