diff --git a/resources/views/locations/index.blade.php b/resources/views/locations/index.blade.php index d38624ca03..41b175ae69 100755 --- a/resources/views/locations/index.blade.php +++ b/resources/views/locations/index.blade.php @@ -44,7 +44,7 @@ {{ trans('admin/locations/table.country') }} - {{ trans('table.actions') }} + {{ trans('table.actions') }} @@ -58,4 +58,15 @@ @section('moar_scripts') @include ('partials.bootstrap-table', ['exportFile' => 'locations-export', 'search' => true]) + + @stop