@extends('layouts.app') @section('content')

Project Sections

@if($sections->count()) @foreach($sections as $section) @endforeach
Operational Divisions Abbreviation Project Count Action
{{ $section->section_type }} {{ $section->section }} {{ $section->section_count }}
@else

No project sections available.

@endif
@endsection