From acd8eafc8cc1c3cd582a84732240ae3bc62a627d Mon Sep 17 00:00:00 2001 From: snipe Date: Fri, 13 Jan 2017 20:58:17 -0800 Subject: [PATCH] VERY basic example of dynamic buttons in table --- resources/views/locations/index.blade.php | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/resources/views/locations/index.blade.php b/resources/views/locations/index.blade.php index d38624ca0..41b175ae6 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