@extends('layout.app') @section('css') @endsection @section('content')

{{$name}}

@forelse ($departments as $dept) @empty

Page Under Construction

@endforelse

@endsection