@extends('layouts.app') @section('header')
@endsection @section('content') @foreach($departments as $department) @endforeach
Name Action
{{ $department->name }} edit Delete
@endsection @section('scripts') @include('layouts.datatables', ['id' => 'dt-department']) @endsection