@extends('backend.layouts.app') @section('content') @php $buttons_extra = ' _id).'" class="btn btn-sm fw-bold btn-primary ms-auto m-3"> Update Profile'; if(\Auth::user()->hasRole('super admin')){ $buttons_extra .=''; } $buttons_extra .=''; @endphp @include('backend.includes.breadcrumb_inner',['buttons_extra'=>$buttons_extra])
@include('backend.includes.flash-message') {{ html()->modelForm($$module_name_singular, 'PATCH', route("backend.$module_name.update", $$module_name_singular))->acceptsFiles()->class('form d-flex flex-column flex-lg-row')->id('users_add_edit')->open() }} @include ("backend.$module_name.edit_form")
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'}}
Cancel
{{ html()->form()->close() }}