@extends('layouts.app') @section('template_title') {{ $tblDtf->name ?? 'Show Tbl Dtf' }} @endsection @section('content')
Show Tbl Dtf
Dtf Value: {{ $tblDtf->Dtf_Value }}
User: {{ $tblDtf->user }}
@endsection