@extends('layouts.app') @section('title', 'Admin Panel') @section('content-page')
Add MOC

MOC List

@forelse($mocs as $index => $item) @empty @endforelse
Sr No Name Status Action
{{ $index + 1 }} {{ $item->name }} {{ ucfirst($item->status) }}
No data available
@endsection