@extends('backend.layouts.app')
@section('content')
| Serial |
Type of Department Service |
Action |
| Serial |
Type of Department Service |
Action |
@foreach($tee_categories as $category)
| {{$loop->index + 1}} |
{{$category->department_type}} |
|
@endforeach
@endsection
@section('page_script')
@endsection