diff --git a/resources/views/locations/view.blade.php b/resources/views/locations/view.blade.php index b7b474599..7c9d203b0 100644 --- a/resources/views/locations/view.blade.php +++ b/resources/views/locations/view.blade.php @@ -386,6 +386,41 @@
+ @if ($location->image!='') +
+ {{ $location->name }} +
+ @endif + + @if (($location->state!='') && ($location->country!='') && (config('services.google.maps_api_key'))) +
+ Map +
+ @endif + +
+ +
+ @can('update', $location)
@@ -401,7 +436,7 @@ {{ trans('admin/locations/table.print_assigned') }}
-
+