@php
$title = translate('Do you want to move to Trash');
$text = translate('If You trash, if have category blog, all data will be trash.');
@endphp
{{ translate('Manage Blog Category') }}
@if ($category->trashed())
@php
$title = translate('Are you sure you want to delete this permanently');
$text = translate(
'If You delete it, if have category blog, all data will be deleted permanently',
);
@endphp
@else
@endif