@extends("cms.layouts.app") @section("title") {{ __('cms.object_details', ['object' => __('cms.tenant.display_name')]) }} @endsection {{-- @push("lib_css") @endpush --}} @php $current_user = Auth::guard('cms')->user(); @endphp @push("js") {{-- --}} {{-- --}} @endpush @section("top_right") @endsection @section("content") @php $style_class = 'primary'; @endphp

{{ $tenant->name }}

{{ __('cms.status') }}

{{ $tenant->status_name }}


{{ __('cms.name') }}

{{ $tenant->name }}


{{ __('cms.created_by') }}

{{ $tenant->created_by_user->name }}

{{ __('cms.created_at') }}

{{ $tenant->created_at }}


{{ __('cms.updated_by') }}

{{ $tenant->updated_by_user->name }}

{{ __('cms.updated_at') }}

{{ $tenant->updated_at }}

@endsection