diff --git a/resources/views/layouts/resource/detail-accordion.blade.php b/resources/views/layouts/resource/detail-accordion.blade.php index 688224a..82a8481 100644 --- a/resources/views/layouts/resource/detail-accordion.blade.php +++ b/resources/views/layouts/resource/detail-accordion.blade.php @@ -3,7 +3,13 @@

@include('playground::layouts.resource.detail-actions') -

{{ $data->getAttributeValue($meta['info']['model_attribute']) }}

+

{{ __($data->getAttributeValue($meta['info']['model_attribute'])) }}

@endif @if ($withImage && $data && $data->image)
- {{ $meta['info']['model_label'] }} Image + {{ __(':model_label Image', ['model_label' => $meta['info']['model_label']]) }}
@endif @if($withCardBody)