@extends('backend.layouts.app') @section('content') @include('backend.includes.breadcrumb_inner')
@include('backend.includes.flash-message')
Updated: {{ (isset($$module_name_singular->updated_at))?$$module_name_singular->updated_at->diffForHumans():'N/A'}}, Created at: {{isset($$module_name_singular->created_at)?$$module_name_singular->created_at->isoFormat('LLLL'):'N/A'}}
@endsection @push ('after-scripts') @endpush