@extends('layouts.vertical', ['subtitle' => 'Detail'])
@section('css')
@vite(['node_modules/gridjs/dist/theme/mermaid.min.css'])
@vite(['resources/scss/pages/pbg-task/show.scss'])
@endsection
@section('content')
@include('layouts.partials/page-title', ['title' => 'Data', 'subtitle' => 'PBG'])
{{ $dataList->description }}
@endifThere are no data lists associated with this PBG task.