@extends('layouts.backend')
@section('styles')
@endsection
@section('page-header')
@endsection
@section('content')
| # |
Department Name |
Action |
@if(!empty($departments->count()))
@foreach ($departments as $department)
| {{$department->id}} |
{{$department->name}} |
|
@endforeach
@endif
@endsection
@section('scripts')
@endsection