@extends('users.admin.layouts.master') @section('styles') @endsection @section('content')

Departments List

#Page-ID
@if(session()->has('success')) @endif

Departments List

@foreach($departments as $department) @endforeach
Name Description Actions Delete
{{$department->name}} {{$department->description}}
@method('DELETE') @csrf
@endsection @section('scripts') @endsection