@endif
@endsection
@section('action-buttons')
@if(isset($isManageDataRoute) && $isManageDataRoute)
Back to Data Entries
@else
Back to Data Entries
@endif
@endsection
@section('content')
@if($dataType->icon)
@endif
Create New {{ $dataType->name }}
{{ $dataType->description ?: 'Fill out the form below to create a new data entry' }}