@extends('frontend.mainlayout') @section('title', 'COs & POs - RERF Group of Institutes') @section('banner')

COs & POs

COs & POs of all departments of RERF Group of Institutes

@endsection @section('main')
— COs
@foreach ($items as $item) @endforeach
— POs
@foreach ($items_po as $item) @endforeach
@endsection