@extends('admin::layouts.plane') @section('page_heading') {{$title}} @endsection @section('content')
{{$title}}
@if(count($obClassList) > 0)
@php $i = 1; @endphp @foreach($obClassList as $key => $val) @php $i++; @endphp @endforeach
Sno. Observer Name Class Section Action
{{$i}} {{$title}} {{$arrClasses[$val->class]}} {{$val->section}}
@endif
@stop