@extends('layouts.backend') @section('styles') @endsection @section('page-header')

Department

Add Department
@endsection @section('content')
@if(!empty($departments->count())) @foreach ($departments as $department) @endforeach @endif
# Department Name Action
{{$department->id}} {{$department->name}}
@endsection @section('scripts') @endsection