@extends('DummyExtends')

@section('DummySection')

    <div>
        <livewire:{{nameSingLower}}-datatable />
    </div>

@stop
