{{ translate('TimeZone Manage') }}
@if ($timeZones->count() > 0) @foreach ($timeZones as $timeZone) @endforeach
{{ translate('Name') }} {{ translate('Action') }}
{{ $timeZone->name }}
@php $title = translate('Do you want to move to Trash'); $text = translate('If You Trash it, timezone data will be trashed.'); if ($timeZone->trashed()) { $title = translate('Are you sure you want to delete this permanently'); $text = translate( 'If You delete it,timezone data will be deleted permanently.', ); } @endphp @if ($timeZone->trashed()) @else @endif
{{ $timeZones->links('portal::admin.pagination.paginate') }} @else @endif