@extends('layouts.adminapp') @section('content') {{--Support Department --}}

Support Department

@foreach($SupportDepartments as $SupportDepartment) @endforeach
Status Narration Actions
{{$SupportDepartment->title}} {{$SupportDepartment->narration}} Edit
@csrf @method('delete')
@endsection