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

Scope and Services

@if (isset($data) && !empty($data)) @foreach ($data as $index => $dt) @endforeach @endif
# Title Description  
{{ $index + 1 }} CertificationAwards
{{ $dt->title }}
{{ $dt->description ?? '-' }}
@endsection