@extends('layouts.modern') @section('page-title', (isset($record) ? 'Edit ' : 'Create New ') . $dataType->name) @section('breadcrumb')
Last updated: {{ \Carbon\Carbon::parse($record->updated_at)->diffForHumans() }}
@else{{ $dataType->description ?: 'Fill out the form below to create a new data entry' }}
@endif