@extends('layouts.master') @section('contain')

Department Management

{{--
Data table example
--}}
@php $num = 1; @endphp @foreach ($departments as $department) @endforeach
S.No Name Action
{{ $num++ }} {{ $department->name }}
@endsection