@php
$title = translate('Do you want to move to Trash');
$text = translate('If You trash, Organization and Organization related all data will be trashed.');
@endphp
{{ translate('Organization Manage') }}
@if ($organization->trashed())
@php
$title = translate('Do you want to move to Trash');
$text = translate(
'If You delete It ,Organization and Organization related all data will be delete Permanently.',
);
@endphp
@else
@endif