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

Employee's Corner

ICMR Employee's Corner
@php $emps = DB::table('employee_corners')->where('status',1)->get(); @endphp @forelse ($emps as $emp) @empty

Page Under Construction

@endforelse

@endsection