@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->status_name }}
{{ $tenant->name }}
{{ $tenant->created_by_user->name }}
{{ $tenant->created_at }}
{{ $tenant->updated_by_user->name }}
{{ $tenant->updated_at }}