@extends('layouts.demo10.base') @php $childTypeLabel = ucwords(str_replace('_', ' ', $childType)); @endphp @section('content')

{{ $childTypeLabel }} Data

Project/{{ $projectName }}/View Data/{{ $childTypeLabel }}
@can('delete.view_data') @endcan @can('edit.view_data') @endcan
@if(isset($submissionData) && count($submissionData) > 0)

View Data

@else
No Data Available
@endif
@endsection @section('scripts') @endsection