diff --git a/resources/views/locations/print.blade.php b/resources/views/locations/print.blade.php index 7fc02ea6e..9c414af4c 100644 --- a/resources/views/locations/print.blade.php +++ b/resources/views/locations/print.blade.php @@ -58,7 +58,7 @@ @if ($manager) {{ trans('admin/locations/general.manager') }} {{ $manager->present()->fullName() }}
@endif -{{ trans('admin/locations/general.date') }} {{ date("d/m/Y h:i:s A") }}

+{{ trans('admin/locations/general.date') }} {{ \App\Helpers\Helper::getFormattedDateObject(now(), 'datetime', false) }}

@if ($users->count() > 0) @php