@extends('layouts.master') @section('content')
@foreach ($departments as $key=>$items ) @endforeach
No Department Name Action
{{ ++$key }} {{ $items->department }}
@section('script') {{-- update js --}} {{-- delete model --}} @endsection @endsection