@php use App\Models\ComplaintAgainst; $departments = ComplaintAgainst::where('status',1) ->orderBy('name') ->get(); @endphp @extends('layouts.app') @section('content')